Searched refs:BY_PROTOCOL (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_manageprotocols.c | 204 ret = boottime->locate_handle_buffer(BY_PROTOCOL, &guid1, NULL, in execute() 230 ret = boottime->locate_handle(BY_PROTOCOL, &guid1, NULL, in execute() 282 ret = boottime->locate_handle_buffer(BY_PROTOCOL, &guid1, NULL, in execute()
|
D | efi_selftest_devicepath.c | 282 ret = boottime->locate_handle_buffer(BY_PROTOCOL, in execute()
|
D | efi_selftest_block_device.c | 318 BY_PROTOCOL, &guid_device_path, NULL, in execute()
|
/external/u-boot/include/ |
D | efi.h | 229 BY_PROTOCOL enumerator
|
/external/u-boot/lib/efi_loader/ |
D | efi_boottime.c | 1236 case BY_PROTOCOL: in efi_search() 1275 case BY_PROTOCOL: in efi_locate_handle() 2220 ret = EFI_CALL(efi_locate_handle_buffer(BY_PROTOCOL, protocol, NULL, in efi_locate_device_path() 2671 r = EFI_CALL(efi_locate_handle_buffer(BY_PROTOCOL, in efi_connect_single_controller()
|