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

/freebsd-11-stable/usr.bin/mkimg/
H A Dimage.h38 int image_copyout_zeroes(int fd, size_t count);
H A Dvhdx.c233 return image_copyout_zeroes(fd, pad_size);
506 error = image_copyout_zeroes(fd, SIZE_1MB - 5*SIZE_64KB);
509 error = image_copyout_zeroes(fd, SIZE_1MB);
H A Dimage.c535 image_copyout_zeroes(int fd, size_t count) function
609 error = image_copyout_zeroes(fd, sz);
H A Dvhd.c357 error = image_copyout_zeroes(fd, imgsz - rawsz);

Completed in 147 milliseconds