Searched defs:Slot (Results 1 – 7 of 7) sorted by relevance
| /bootable/libbootloader/gbl/libgbl/src/ |
| D | slots.rs | 199 pub struct Slot { struct 208 impl Slot { argument 274 fn get_slot_by_number(&self, number: usize) -> Result<Slot, Error>; in get_slot_by_number() 335 fn get_slot_last_set_active(&self) -> Result<Slot, Error> { in get_slot_last_set_active()
|
| D | ops.rs | 401 fn get_current_slot(&mut self) -> Result<Slot, Error>; in get_current_slot() 411 fn get_next_slot(&mut self, _mark_boot_attempt: bool) -> Result<Slot, Error>; in get_next_slot() 635 fn get_current_slot(&mut self) -> Result<Slot, Error> { in get_current_slot() 640 fn get_next_slot(&mut self, _: bool) -> Result<Slot, Error> { in get_next_slot() 1088 fn get_current_slot(&mut self) -> Result<Slot, Error> { in get_current_slot() 1092 fn get_next_slot(&mut self, mark_boot_attempt: bool) -> Result<Slot, Error> { in get_next_slot() 1157 pub(crate) fn slot(suffix: char) -> Slot { in slot()
|
| /bootable/libbootloader/gbl/libefi/src/ |
| D | ab_slots.rs | 50 fn get_slot_by_number(&self, number: usize) -> Result<Slot> { in get_slot_by_number() 75 fn get_slot_last_set_active(&self) -> Result<Slot> { in get_slot_last_set_active() 419 fn get_current_slot(&mut self) -> Result<Slot> { in get_current_slot() 423 fn get_next_slot(&mut self, _: bool) -> Result<Slot> { in get_next_slot()
|
| /bootable/libbootloader/gbl/libefi/src/protocol/ |
| D | gbl_efi_ab_slot.rs | 60 impl TryFrom<GblSlot> for libgbl::slots::Slot { implementation
|
| /bootable/libbootloader/gbl/libgbl/src/slots/ |
| D | fuchsia.rs | 164 fn get_slot_by_number(&self, number: usize) -> Result<Slot, Error> { in get_slot_by_number() 292 fn get_index_and_slot_with_suffix(&self, slot_suffix: Suffix) -> Result<(usize, Slot), Error> { in get_index_and_slot_with_suffix() argument
|
| D | android.rs | 271 fn get_slot_by_number(&self, number: usize) -> Result<Slot, Error> { in get_slot_by_number()
|
| /bootable/libbootloader/gbl/efi/src/ |
| D | ops.rs | 620 fn get_current_slot(&mut self) -> Result<Slot> { in get_current_slot() 628 fn get_next_slot(&mut self, _: bool) -> Result<Slot> { in get_next_slot() 652 fn get_current_slot(&mut self) -> Result<Slot> { in get_current_slot() 664 fn get_next_slot(&mut self, mark_boot_attempt: bool) -> Result<Slot> { in get_next_slot()
|