Lines Matching refs:protocol
77 EfiStatus (*install_protocol_interface)(EfiHandle* handle, const EfiGuid* protocol,
79 EfiStatus (*reinstall_protocol_interface)(EfiHandle hadle, const EfiGuid* protocol,
81 EfiStatus (*uninstall_protocol_interface)(EfiHandle handle, const EfiGuid* protocol, void* intf);
82 EfiStatus (*handle_protocol)(EfiHandle handle, const EfiGuid* protocol, void** intf);
84 EfiStatus (*register_protocol_notify)(const EfiGuid* protocol, EfiEvent event,
86 EfiStatus (*locate_handle)(EfiLocateHandleSearchType search_type, const EfiGuid* protocol,
88 EfiStatus (*locate_device_path)(const EfiGuid* protocol, EfiDevicePathProtocol** path,
107 EfiStatus (*open_protocol)(EfiHandle handle, const EfiGuid* protocol, void** intf,
110 EfiStatus (*close_protocol)(EfiHandle handle, const EfiGuid* protocol, EfiHandle agent_handle,
112 EfiStatus (*open_protocol_information)(EfiHandle handle, const EfiGuid* protocol,
117 EfiStatus (*locate_handle_buffer)(EfiLocateHandleSearchType search_type, const EfiGuid* protocol,
119 EfiStatus (*locate_protocol)(const EfiGuid* protocol, void* registration, void** intf);