Home
last modified time | relevance | path

Searched refs:locate_handle_buffer (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_manageprotocols.c165 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 Defi_selftest_devicepath.c282 ret = boottime->locate_handle_buffer(BY_PROTOCOL, in execute()
H A Defi_selftest_block_device.c321 ret = boottime->locate_handle_buffer( in execute()
/openbmc/u-boot/cmd/
H A Defidebug.c71 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 Defistub.h317 void *locate_handle_buffer; member
365 u32 locate_handle_buffer; member
/openbmc/u-boot/include/
H A Defi_api.h167 efi_status_t (EFIAPI *locate_handle_buffer) (
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3184 .locate_handle_buffer = efi_locate_handle_buffer,