Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c1111 item->info.agent_handle) in efi_get_drivers()
1118 item->info.agent_handle; in efi_get_drivers()
2064 efi_handle_t agent_handle, in efi_close_protocol() argument
2072 EFI_ENTRY("%p, %pUl, %p, %p", handle, protocol, agent_handle, in efi_close_protocol()
2075 if (!agent_handle) { in efi_close_protocol()
2085 if (item->info.agent_handle == agent_handle && in efi_close_protocol()
2586 void **protocol_interface, void *agent_handle, in efi_protocol_open() argument
2595 if (!agent_handle) in efi_protocol_open()
2607 if (item->info.agent_handle == agent_handle) { in efi_protocol_open()
2629 item->info.agent_handle, in efi_protocol_open()
[all …]
/openbmc/u-boot/include/
H A Defi.h245 efi_handle_t agent_handle; member
H A Defi_api.h154 efi_handle_t agent_handle,
158 efi_handle_t agent_handle,
/openbmc/u-boot/lib/efi_driver/
H A Defi_uclass.c229 entry_buffer[count].agent_handle); in efi_uc_stop()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_controllers.c232 entry_buffer[count].agent_handle); in stop()