Searched refs:agent_handle (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 1111 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 D | efi.h | 245 efi_handle_t agent_handle; member
|
H A D | efi_api.h | 154 efi_handle_t agent_handle, 158 efi_handle_t agent_handle,
|
/openbmc/u-boot/lib/efi_driver/ |
H A D | efi_uclass.c | 229 entry_buffer[count].agent_handle); in efi_uc_stop()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_controllers.c | 232 entry_buffer[count].agent_handle); in stop()
|