Searched refs:rawsz (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/usr.bin/mkimg/
H A Dvhdx.c484 uint64_t imgsz, rawsz; local
487 rawsz = image_get_size() * secsz;
488 imgsz = (rawsz + PAYLOAD_BLOCK_SIZE - 1) & ~(PAYLOAD_BLOCK_SIZE - 1);
H A Dvhd.c280 uint64_t imgsz, rawsz; local
288 rawsz = image_get_size() * secsz;
289 imgsz = (rawsz + VHD_BLOCK_SIZE - 1) & ~(VHD_BLOCK_SIZE - 1);
291 vhd_make_footer(&footer, rawsz, VHD_DISK_TYPE_DYNAMIC, sizeof(footer));
336 nblks = rawsz / secsz;
357 error = image_copyout_zeroes(fd, imgsz - rawsz);
/freebsd-11-stable/sbin/geom/class/part/
H A Dgeom_part.c289 fmtsize(int64_t rawsz) argument
293 humanize_number(buf, sizeof(buf), rawsz, "", HN_AUTOSCALE,

Completed in 90 milliseconds