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

/freebsd-current/usr.bin/mkimg/
H A Dvhd.c276 uint64_t imgsz, rawsz; local
284 rawsz = image_get_size() * secsz;
285 imgsz = (rawsz + VHD_BLOCK_SIZE - 1) & ~(VHD_BLOCK_SIZE - 1);
287 vhd_make_footer(&footer, rawsz, VHD_DISK_TYPE_DYNAMIC, sizeof(footer));
332 nblks = rawsz / secsz;
353 error = image_copyout_zeroes(fd, imgsz - rawsz);
H A Dvhdx.c482 uint64_t imgsz, rawsz; local
485 rawsz = image_get_size() * secsz;
486 imgsz = (rawsz + PAYLOAD_BLOCK_SIZE - 1) & ~(PAYLOAD_BLOCK_SIZE - 1);
/freebsd-current/lib/geom/part/
H A Dgeom_part.c287 fmtsize(int64_t rawsz) argument
291 humanize_number(buf, sizeof(buf), rawsz, "", HN_AUTOSCALE,

Completed in 86 milliseconds