Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/efi/src/
Dutils.rs97 pub struct EfiGptDevice<'a> { struct
104 impl<'a> EfiGptDevice<'a> { implementation
113 impl AsBlockDevice for EfiGptDevice<'_> { implementation
119 pub struct EfiMultiBlockDevices<'a>(pub alloc::vec::Vec<EfiGptDevice<'a>>);
137 let mut gpt_devices = Vec::<EfiGptDevice>::new(); in find_gpt_devices()
139 let mut gpt_dev = EfiGptDevice::new(bs.open_protocol::<BlockIoProtocol>(*handle)?)?; in find_gpt_devices()