Lines Matching refs:gbl_fb
30 gbl_fb: &mut GblFastboot, in get()
39 gbl_fb: &mut GblFastboot, in get_all()
76 gbl_fb: &mut GblFastboot, in get()
81 let part = gbl_fb.parse_partition(args)?; in get()
83 PARTITION_SIZE => Some(snprintf!(out, "{:#x}", gbl_fb.partition_io(part).size()).len()), in get()
91 gbl_fb: &mut GblFastboot, in get_all()
99 gbl_fb.storage().for_each_until(&mut |mut v, id| { in get_all()
133 gbl_fb: &mut GblFastboot, in get()
143 TOTAL_BLOCKS => gbl_fb.storage().get(id)?.num_blocks()?, in get()
144 BLOCK_SIZE => gbl_fb.storage().get(id)?.block_size()?, in get()
155 gbl_fb: &mut GblFastboot, in get_all()
160 gbl_fb.storage().for_each_until(&mut |blk, id| { in get_all()