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.rs34 pub fn device_handle(&self) -> Result<DeviceHandle> { in device_handle()
/bootable/libbootloader/gbl/efi/src/
Dutils.rs39 handle: DeviceHandle, in get_device_path()
Dnet.rs272 fn find_net_device(efi_entry: &EfiEntry) -> Result<DeviceHandle> { in find_net_device()
/bootable/libbootloader/gbl/libefi/src/
Dprotocol.rs71 device: DeviceHandle, in new()
Dlib.rs119 pub fn image_handle(&self) -> DeviceHandle { in image_handle()
867 pub struct DeviceHandle(EfiHandle); struct
869 impl DeviceHandle { impl
895 pub fn handles(&self) -> &[DeviceHandle] { in handles()