Searched refs:device_handle (Results 1 – 4 of 4) sorted by relevance
30 pub fn device_handle(&self) -> EfiResult<DeviceHandle> { in device_handle() method31 Ok(DeviceHandle(self.interface()?.device_handle)) in device_handle()
27 EfiHandle device_handle; member
1045 let mut device_handle: usize = 0; // Don't care in test_open_close_protocol() localVariable1052 &mut device_handle, in test_open_close_protocol()1061 DeviceHandle(as_efi_handle(&mut device_handle)), in test_open_close_protocol()1080 DeviceHandle(as_efi_handle(&mut device_handle)), in test_open_close_protocol()1107 let mut device_handle: usize = 0; // Don't care in test_null_efi_method() localVariable1111 .open_protocol::<BlockIoProtocol>(DeviceHandle(as_efi_handle(&mut device_handle))) in test_null_efi_method()1129 let mut device_handle: usize = 0; // Don't care in test_error_efi_method() localVariable1133 .open_protocol::<BlockIoProtocol>(DeviceHandle(as_efi_handle(&mut device_handle))) in test_error_efi_method()
169 .device_handle()?, in loaded_image_path()