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

/freebsd-current/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);
504 error = image_copyout_zeroes(fd, SIZE_1MB - 5*SIZE_64KB);
507 error = image_copyout_zeroes(fd, SIZE_1MB);
H A Dimage.c544 image_copyout_zeroes(int fd, size_t count) function
621 error = image_copyout_zeroes(fd, sz);
H A Dvhd.c353 error = image_copyout_zeroes(fd, imgsz - rawsz);

Completed in 118 milliseconds