Searched defs:open_protocol (Results 1 – 2 of 2) sorted by relevance
107 EfiStatus (*open_protocol)(EfiHandle handle, const EfiGuid* protocol, void** intf, member
286 pub fn open_protocol<T: ProtocolInfo>(&self, handle: DeviceHandle) -> Result<Protocol<'a, T>> { in open_protocol() method1029 unsafe extern "C" fn open_protocol( in open_protocol() function