Home
last modified time | relevance | path

Searched refs:device_handle (Results 1 – 4 of 4) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/protocol/
Dloaded_image.rs30 pub fn device_handle(&self) -> EfiResult<DeviceHandle> { in device_handle() method
31 Ok(DeviceHandle(self.interface()?.device_handle)) in device_handle()
/bootable/libbootloader/gbl/libefi/defs/protocols/
Dloaded_image_protocol.h27 EfiHandle device_handle; member
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs1045 let mut device_handle: usize = 0; // Don't care in test_open_close_protocol() localVariable
1052 &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() localVariable
1111 .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() localVariable
1133 .open_protocol::<BlockIoProtocol>(DeviceHandle(as_efi_handle(&mut device_handle))) in test_error_efi_method()
/bootable/libbootloader/gbl/efi/src/
Dutils.rs169 .device_handle()?, in loaded_image_path()