Home
last modified time | relevance | path

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

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