Searched defs:bpb (Results 1 – 3 of 3) sorted by relevance
1 pub mod bpb; module
195 let mut bpb = BiosParameterBlock::default(); in new() localVariable
66 pub bpb: BiosParameterBlock, field247 let bpb = BiosParameterBlock::new(partition.clone())?; in new() localVariable