Searched defs:MD_BLOCK_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dmd.c38 #define MD_BLOCK_SIZE 512 macro
43 #if (MD_IMAGE_SIZE == 0 || MD_IMAGE_SIZE % MD_BLOCK_SIZE)
96 if (blk < 0 || blk >= (MD_IMAGE_SIZE / MD_BLOCK_SIZE))
99 if (size % MD_BLOCK_SIZE)
102 ofs = blk * MD_BLOCK_SIZE;

Completed in 45 milliseconds