Home
last modified time | relevance | path

Searched refs:rawsz (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/mkimg/
H A Dvhd.c278 uint64_t imgsz, rawsz; in vhd_dyn_write() local
286 rawsz = image_get_size() * secsz; in vhd_dyn_write()
287 imgsz = (rawsz + VHD_BLOCK_SIZE - 1) & ~(VHD_BLOCK_SIZE - 1); in vhd_dyn_write()
289 vhd_make_footer(&footer, rawsz, VHD_DISK_TYPE_DYNAMIC, sizeof(footer)); in vhd_dyn_write()
334 nblks = rawsz / secsz; in vhd_dyn_write()
355 error = image_copyout_zeroes(fd, imgsz - rawsz); in vhd_dyn_write()
H A Dvhdx.c484 uint64_t imgsz, rawsz; in vhdx_write() local
487 rawsz = image_get_size() * secsz; in vhdx_write()
488 imgsz = (rawsz + PAYLOAD_BLOCK_SIZE - 1) & ~(PAYLOAD_BLOCK_SIZE - 1); in vhdx_write()