Lines Matching defs:handle
455 static efi_status_t EFIAPI efi_install_protocol_interface(void **handle, in efi_install_protocol_interface()
512 static efi_status_t EFIAPI efi_install_protocol_interface_ext(void **handle, in efi_install_protocol_interface_ext()
524 static efi_status_t EFIAPI efi_reinstall_protocol_interface(void *handle, in efi_reinstall_protocol_interface()
533 static efi_status_t EFIAPI efi_uninstall_protocol_interface(void *handle, in efi_uninstall_protocol_interface()
574 static efi_status_t EFIAPI efi_uninstall_protocol_interface_ext(void *handle, in efi_uninstall_protocol_interface_ext()
847 static struct efi_object *efi_search_obj(void *handle) in efi_search_obj()
949 static efi_status_t EFIAPI efi_close_protocol(void *handle, in efi_close_protocol()
959 static efi_status_t EFIAPI efi_open_protocol_information(efi_handle_t handle, in efi_open_protocol_information()
969 static efi_status_t EFIAPI efi_protocols_per_handle(void *handle, in efi_protocols_per_handle()
1089 void **handle, ...) in efi_install_multiple_protocol_interfaces()
1133 void *handle, ...) in efi_uninstall_multiple_protocol_interfaces()
1162 void *handle, efi_guid_t *protocol, in efi_open_protocol()
1231 static efi_status_t EFIAPI efi_handle_protocol(void *handle, in efi_handle_protocol()