Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libefi/defs/
Dboot_service.h110 EfiStatus (*close_protocol)(EfiHandle handle, const EfiGuid* protocol, EfiHandle agent_handle, member
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs315 fn close_protocol<T: ProtocolInfo>(&self, handle: DeviceHandle) -> EfiResult<()> { in close_protocol() method
838 unsafe extern "C" fn close_protocol( in close_protocol() function