Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_selftest/
Defi_selftest_manageprotocols.c204 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()
Defi_selftest_devicepath.c282 ret = boottime->locate_handle_buffer(BY_PROTOCOL, in execute()
Defi_selftest_block_device.c318 BY_PROTOCOL, &guid_device_path, NULL, in execute()
/external/u-boot/include/
Defi.h229 BY_PROTOCOL enumerator
/external/u-boot/lib/efi_loader/
Defi_boottime.c1236 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()