Searched defs:GblSlot (Results 1 – 1 of 1) sorted by relevance
52 pub struct GblSlot(pub(crate) GblEfiSlotInfo); struct54 impl From<GblEfiSlotInfo> for GblSlot { implementation90 pub fn get_slot_info(&self, idx: u8) -> Result<GblSlot> { in get_slot_info()102 pub fn get_current_slot(&self) -> Result<GblSlot> { in get_current_slot()114 pub fn get_next_slot(&self, mark_boot_attempt: bool) -> Result<GblSlot> { in get_next_slot()