Home
last modified time | relevance | path

Searched refs:close_protocol (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/
Dprotocol.rs91 self.efi_entry.system_table().boot_services().close_protocol::<T>(self.device).unwrap(); in drop()
Dlib.rs315 fn close_protocol<T: ProtocolInfo>(&self, handle: DeviceHandle) -> EfiResult<()> { in close_protocol() method
319 self.boot_services.close_protocol, in close_protocol()
838 unsafe extern "C" fn close_protocol( in close_protocol() function
1010 boot_services.close_protocol = Some(close_protocol); in run_test()
/bootable/libbootloader/gbl/libefi/defs/
Dboot_service.h110 EfiStatus (*close_protocol)(EfiHandle handle, const EfiGuid* protocol, EfiHandle agent_handle, member