Lines Matching refs:agent_handle
1256 item->info.agent_handle) in efi_get_drivers()
1263 item->info.agent_handle; in efi_get_drivers()
2294 efi_handle_t agent_handle, in efi_close_protocol() argument
2302 EFI_ENTRY("%p, %pUl, %p, %p", handle, protocol, agent_handle, in efi_close_protocol()
2305 if (!efi_search_obj(agent_handle) || in efi_close_protocol()
2316 if (item->info.agent_handle == agent_handle && in efi_close_protocol()
2789 void **protocol_interface, void *agent_handle, in efi_protocol_open() argument
2798 if (!agent_handle) in efi_protocol_open()
2810 if (item->info.agent_handle == agent_handle) { in efi_protocol_open()
2844 item->info.agent_handle, in efi_protocol_open()
2864 if (item->info.agent_handle == agent_handle && in efi_protocol_open()
2876 match->agent_handle = agent_handle; in efi_protocol_open()
2907 void **protocol_interface, efi_handle_t agent_handle, in efi_open_protocol() argument
2914 protocol_interface, agent_handle, controller_handle, in efi_open_protocol()
2940 if (!efi_search_obj(agent_handle)) in efi_open_protocol()
2958 r = efi_protocol_open(handler, protocol_interface, agent_handle, in efi_open_protocol()
3076 if (info->info.agent_handle != in efi_delete_image()
3081 info->info.agent_handle, in efi_delete_image()
3558 if (item->info.agent_handle == driver_handle && in efi_get_child_controllers()
3577 if (item->info.agent_handle == driver_handle && in efi_get_child_controllers()