Searched defs:Pflash (Results 1 – 2 of 2) sorted by relevance
68 pub struct Pflash { struct77 impl Pflash { argument78 pub fn new(image: Box<dyn DiskFile>, block_size: u32) -> anyhow::Result<Pflash> { in new()101 impl BusDevice for Pflash { implementation234 impl Suspendable for Pflash { implementation261 fn new(f: Box<dyn DiskFile>) -> Pflash { in new()
136 Pflash = 18, enumerator