Searched refs:Bcc (Results 1 – 4 of 4) sorted by relevance
85 pub struct Bcc { struct89 impl Bcc { argument92 pub fn new(received_bcc: Option<&[u8]>) -> Result<Bcc> { in new() argument
124 Bcc, enumerator136 [Self::Bcc, Self::DebugPolicy, Self::VmDtbo, Self::VmBaseDtbo];270 ranges[Entry::Bcc as usize].ok_or(Error::MissingEntry(Entry::Bcc))?; in new()
35 use crate::bcc::Bcc;89 let bcc = Bcc::new(bcc_handover.bcc()).map_err(|e| { in main()