Searched refs:BY_PROTOCOL (Results 1 – 8 of 8) sorted by relevance
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_manageprotocols.c | 221 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()
|
A D | efi_selftest_devicepath.c | 331 ret = boottime->locate_handle_buffer(BY_PROTOCOL, in execute()
|
A D | efi_selftest_block_device.c | 325 BY_PROTOCOL, &guid_device_path, NULL, in execute()
|
A D | dtbdump.c | 267 ret = bs->locate_handle_buffer(BY_PROTOCOL, &efi_system_partition_guid, in open_file_system()
|
/u-boot/include/ |
A D | efi.h | 256 BY_PROTOCOL enumerator
|
/u-boot/lib/efi_loader/ |
A D | efi_boottime.c | 1460 case BY_PROTOCOL: in efi_search() 1526 case BY_PROTOCOL: in efi_locate_handle() 1823 ret = EFI_CALL(efi_locate_handle_buffer(BY_PROTOCOL, protocol, NULL, in efi_locate_device_path() 3363 r = EFI_CALL(efi_locate_handle_buffer(BY_PROTOCOL, in efi_connect_single_controller()
|
A D | efi_capsule.c | 361 BY_PROTOCOL, in efi_capsule_update_firmware()
|
/u-boot/cmd/ |
A D | efidebug.c | 391 BY_PROTOCOL, &efi_guid_driver_binding_protocol, in do_efi_show_drivers()
|
Completed in 16 milliseconds