Home
last modified time | relevance | path

Searched refs:image_copyout_zeroes (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/mkimg/
H A Dimage.h38 int image_copyout_zeroes(int fd, size_t count);
H A Dvhdx.c230 return image_copyout_zeroes(fd, pad_size); in vhdx_write_and_pad()
504 error = image_copyout_zeroes(fd, SIZE_1MB - 5*SIZE_64KB); in vhdx_write()
507 error = image_copyout_zeroes(fd, SIZE_1MB); in vhdx_write()
H A Dimage.c544 image_copyout_zeroes(int fd, size_t count) in image_copyout_zeroes() function
621 error = image_copyout_zeroes(fd, sz); in image_copyout_region()
H A Dvhd.c353 error = image_copyout_zeroes(fd, imgsz - rawsz); in vhd_dyn_write()