Searched refs:package_guid (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H 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() 593 if ((package_type != EFI_HII_PACKAGE_TYPE_GUID && package_guid) || in list_package_lists() 594 (package_type == EFI_HII_PACKAGE_TYPE_GUID && !package_guid)) in list_package_lists() 598 package_guid, *handle_buffer_length); in list_package_lists() 677 const efi_guid_t *package_guid, in register_package_notify() argument 683 package_guid, package_notify_fn, notify_type, in register_package_notify() 689 if ((package_type != EFI_HII_PACKAGE_TYPE_GUID && package_guid) || in register_package_notify() 690 (package_type == EFI_HII_PACKAGE_TYPE_GUID && !package_guid)) in register_package_notify()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_hii_data.c | 451 efi_guid_t package_guid = variable
|
H 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()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 1022 const efi_guid_t *package_guid, 1033 const efi_guid_t *package_guid,
|