Searched refs:VHD_BLOCK_SIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/usr.bin/mkimg/
H A Dvhd.c63 #define VHD_BLOCK_SIZE (4096 * VHD_SECTOR_SIZE) /* 2MB blocks */ macro
305 imgsz = (rawsz + VHD_BLOCK_SIZE - 1) & ~(VHD_BLOCK_SIZE - 1);
311 bat_entries = imgsz / VHD_BLOCK_SIZE;
318 be32enc(&header.block_size, VHD_BLOCK_SIZE);
329 blkcnt = VHD_BLOCK_SIZE / secsz;
335 sector += (VHD_BLOCK_SIZE / VHD_SECTOR_SIZE) + 1;
350 blkcnt = VHD_BLOCK_SIZE / secsz;

Completed in 42 milliseconds