Records
Functions
-
zx_status_t CheckIoRange (uint64_tblock_offset,uint32_ttransfer_blocks,uint64_ttotal_block_count,fdf::Logger &logger)Check whether the IO request fits within the block device.
Defined at line 15 of file ../../src/devices/block/lib/common/include/common.h
-
zx_status_t CheckIoRange (uint64_tblock_offset,uint32_ttransfer_blocks,uint64_ttotal_block_count,uint32_tmax_transfer_blocks,fdf::Logger &logger)Check whether the IO request fits within the block device.
Also check that the IO request length does not exceed the max transfer size.
Defined at line 35 of file ../../src/devices/block/lib/common/include/common.h
-
uint32_t ReadFromBigEndian24 (const uint8_t * ptr)Defined at line 46 of file ../../src/devices/block/lib/common/include/common.h
-
zx_status_t WriteToBigEndian24 (uint32_t value, uint8_t * ptr)Defined at line 50 of file ../../src/devices/block/lib/common/include/common.h
-
uint32_t ReadFromLittleEndian24 (const uint8_t * ptr)Defined at line 60 of file ../../src/devices/block/lib/common/include/common.h
-
zx_status_t WriteToLittleEndian24 (uint32_t value, uint8_t * ptr)Defined at line 64 of file ../../src/devices/block/lib/common/include/common.h