Searched refs:package_guid (Results 1 – 4 of 4) sorted by relevance
/u-boot/lib/efi_loader/ |
A D | efi_hii.c | 577 const efi_guid_t *package_guid, in list_package_lists() argument 586 EFI_ENTRY("%p, %u, %pUl, %p, %p", this, package_type, package_guid, in list_package_lists() 595 if ((package_type != EFI_HII_PACKAGE_TYPE_GUID && package_guid) || in list_package_lists() 596 (package_type == EFI_HII_PACKAGE_TYPE_GUID && !package_guid)) { in list_package_lists() 602 package_guid, *handle_buffer_length); in list_package_lists() 656 const efi_guid_t *package_guid, in register_package_notify() argument 662 package_guid, package_notify_fn, notify_type, in register_package_notify() 668 if ((package_type != EFI_HII_PACKAGE_TYPE_GUID && package_guid) || in register_package_notify() 669 (package_type == EFI_HII_PACKAGE_TYPE_GUID && !package_guid)) in register_package_notify()
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_hii_data.c | 451 efi_guid_t package_guid = variable
|
A D | efi_selftest_hii.c | 252 EFI_HII_PACKAGE_TYPE_GUID, &package_guid, in test_hii_database_list_package_lists() 268 EFI_HII_PACKAGE_TYPE_GUID, &package_guid, in test_hii_database_list_package_lists()
|
/u-boot/include/ |
A D | efi_api.h | 1169 const efi_guid_t *package_guid, 1180 const efi_guid_t *package_guid,
|
Completed in 16 milliseconds