Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_manageprotocols.c221 ret = boottime->locate_handle_buffer(BY_PROTOCOL, &guid1, NULL, in execute()
248 ret = boottime->locate_handle(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.c322 BY_PROTOCOL, &guid_device_path, NULL, in execute()
/openbmc/u-boot/include/
H A Defi.h241 BY_PROTOCOL enumerator
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c1299 case BY_PROTOCOL: in efi_search()
1338 case BY_PROTOCOL: in efi_locate_handle()
2353 ret = EFI_CALL(efi_locate_handle_buffer(BY_PROTOCOL, protocol, NULL, in efi_locate_device_path()
2814 r = EFI_CALL(efi_locate_handle_buffer(BY_PROTOCOL, in efi_connect_single_controller()
/openbmc/u-boot/cmd/
H A Defidebug.c151 BY_PROTOCOL, &efi_guid_driver_binding_protocol, in do_efi_show_drivers()