Home
last modified time | relevance | path

Searched defs:DeviceHandle (Results 1 – 5 of 5) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/protocol/
Dloaded_image.rs30 pub fn device_handle(&self) -> EfiResult<DeviceHandle> { in device_handle()
/bootable/libbootloader/gbl/libefi/src/
Dprotocol.rs60 device: DeviceHandle, in new()
Dlib.rs143 pub fn image_handle(&self) -> DeviceHandle { in image_handle()
293 handle: DeviceHandle, in open_protocol()
669 pub struct DeviceHandle(EfiHandle); struct
690 pub fn handles(&self) -> &[DeviceHandle] { in handles()
/bootable/libbootloader/gbl/efi/src/
Dutils.rs153 handle: DeviceHandle, in get_device_path()
Dnet.rs272 fn find_net_device(efi_entry: &EfiEntry) -> Result<DeviceHandle> { in find_net_device()