Searched refs:rw_offset (Results 1 – 1 of 1) sorted by relevance
/bootable/libbootloader/gbl/libstorage/src/ |
D | lib.rs | 903 rw_offset: u64, field 913 rw_offset: u64, in new() 920 Self { rw_offset, rw_size, misalignment, alignment, block_size, storage_size } in new() 972 blk.read(case.rw_offset, out).unwrap(); in read_test_helper() 973 let rw_offset = SafeNum::from(case.rw_offset); in read_test_helper() localVariable 977 [rw_offset.try_into().unwrap()..(rw_offset + case.rw_size).try_into().unwrap()] in read_test_helper() 994 let rw_offset = SafeNum::from(case.rw_offset); in write_test_helper() localVariable 996 [rw_offset.try_into().unwrap()..(rw_offset + case.rw_size).try_into().unwrap()] in write_test_helper() 1007 write_func(&mut blk, case.rw_offset, data); in write_test_helper() 1008 let rw_offset = SafeNum::from(case.rw_offset); in write_test_helper() localVariable [all …]
|