Home
last modified time | relevance | path

Searched defs:open_protocol (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/libefi_types/defs/
Dboot_service.h107 EfiStatus (*open_protocol)(EfiHandle handle, const EfiGuid* protocol, void** intf, member
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs286 pub fn open_protocol<T: ProtocolInfo>(&self, handle: DeviceHandle) -> Result<Protocol<'a, T>> { in open_protocol() method
1029 unsafe extern "C" fn open_protocol( in open_protocol() function