Searched refs:close_protocol (Results 1 – 3 of 3) sorted by relevance
91 self.efi_entry.system_table().boot_services().close_protocol::<T>(self.device).unwrap(); in drop()
315 fn close_protocol<T: ProtocolInfo>(&self, handle: DeviceHandle) -> EfiResult<()> { in close_protocol() method319 self.boot_services.close_protocol, in close_protocol()838 unsafe extern "C" fn close_protocol( in close_protocol() function1010 boot_services.close_protocol = Some(close_protocol); in run_test()
110 EfiStatus (*close_protocol)(EfiHandle handle, const EfiGuid* protocol, EfiHandle agent_handle, member