Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_boottime.c1079 item->info.agent_handle) in efi_get_drivers()
1086 item->info.agent_handle; in efi_get_drivers()
1936 efi_handle_t agent_handle, in efi_close_protocol() argument
1944 EFI_ENTRY("%p, %pUl, %p, %p", handle, protocol, agent_handle, in efi_close_protocol()
1947 if (!agent_handle) { in efi_close_protocol()
1957 if (item->info.agent_handle == agent_handle && in efi_close_protocol()
2445 void **protocol_interface, void *agent_handle, in efi_protocol_open() argument
2454 if (!agent_handle) in efi_protocol_open()
2466 if (item->info.agent_handle == agent_handle) { in efi_protocol_open()
2488 item->info.agent_handle, in efi_protocol_open()
[all …]
/external/u-boot/include/
Defi.h233 efi_handle_t agent_handle; member
Defi_api.h141 efi_handle_t agent_handle,
145 efi_handle_t agent_handle,
/external/u-boot/lib/efi_driver/
Defi_uclass.c226 entry_buffer[count].agent_handle); in efi_uc_stop()
/external/u-boot/lib/efi_selftest/
Defi_selftest_controllers.c230 entry_buffer[count].agent_handle); in stop()