Searched refs:EfiGptDevice (Results 1 – 1 of 1) sorted by relevance
97 pub struct EfiGptDevice<'a> { struct104 impl<'a> EfiGptDevice<'a> { implementation113 impl AsBlockDevice for EfiGptDevice<'_> { implementation119 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()