Searched refs:locate_handle_buffer (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_manageprotocols.c | 165 ret = boottime->locate_handle_buffer(ALL_HANDLES, NULL, NULL, in execute() 221 ret = boottime->locate_handle_buffer(BY_PROTOCOL, &guid1, NULL, in execute() 305 ret = boottime->locate_handle_buffer(BY_PROTOCOL, &guid1, NULL, in execute()
|
H A D | efi_selftest_devicepath.c | 282 ret = boottime->locate_handle_buffer(BY_PROTOCOL, in execute()
|
H A D | efi_selftest_block_device.c | 321 ret = boottime->locate_handle_buffer( in execute()
|
/openbmc/u-boot/cmd/ |
H A D | efidebug.c | 71 ret = EFI_CALL(BS->locate_handle_buffer(ALL_HANDLES, NULL, NULL, in do_efi_show_devices() 150 ret = EFI_CALL(BS->locate_handle_buffer( in do_efi_show_drivers() 279 ret = EFI_CALL(BS->locate_handle_buffer(ALL_HANDLES, NULL, NULL, in do_efi_show_handles()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | efistub.h | 317 void *locate_handle_buffer; member 365 u32 locate_handle_buffer; member
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 167 efi_status_t (EFIAPI *locate_handle_buffer) (
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 3184 .locate_handle_buffer = efi_locate_handle_buffer,
|