Searched refs:BLOCK_DEVICE (Results 1 – 1 of 1) sorted by relevance
/bootable/libbootloader/gbl/libgbl/src/fastboot/ |
D | vars.rs | 127 const BLOCK_DEVICE: &str = "block-device"; constant 139 BLOCK_DEVICE => { in get() 164 f(BLOCK_DEVICE, &[id, "total-blocks"], snprintf!(val, "{:#x}", blk.num_blocks()?))?; in get_all() 165 f(BLOCK_DEVICE, &[id, "block-size"], snprintf!(val, "{:#x}", blk.block_size()?)) in get_all()
|