Home
last modified time | relevance | path

Searched defs:Suffix (Results 1 – 4 of 4) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/
Dslots.rs64 pub struct Suffix(pub(crate) char); struct
66 impl Suffix { implementation
79 impl From<char> for Suffix { implementation
85 impl TryFrom<usize> for Suffix { implementation
93 impl TryFrom<u32> for Suffix { implementation
252 pub fn suffix(&self) -> Suffix { in suffix()
367 slot_suffix: Suffix, in set_slot_unbootable()
/bootable/libbootloader/gbl/libgbl/src/slots/
Dfuchsia.rs195 slot_suffix: Suffix, in set_slot_unbootable()
Dandroid.rs309 slot_suffix: Suffix, in set_slot_unbootable()
/bootable/libbootloader/gbl/libefi/src/
Dab_slots.rs104 fn set_slot_unbootable(&mut self, slot_suffix: Suffix, reason: UnbootableReason) -> Result<()> { in set_slot_unbootable()