Home
last modified time | relevance | path

Searched refs:protocols_per_handle (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_loaded_image.c50 ret = boottime->protocols_per_handle(image_handle, &protocol_buffer, in execute()
H A Defi_selftest_manageprotocols.c325 ret = boottime->protocols_per_handle(handle1, in execute()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h316 void *protocols_per_handle; member
364 u32 protocols_per_handle; member
/openbmc/u-boot/cmd/
H A Defidebug.c291 ret = EFI_CALL(BS->protocols_per_handle(handles[i], &guid, in do_efi_show_handles()
/openbmc/u-boot/include/
H A Defi_api.h164 efi_status_t (EFIAPI *protocols_per_handle)(efi_handle_t handle,
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3183 .protocols_per_handle = efi_protocols_per_handle,