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

/freebsd-13-stable/usr.bin/mkimg/
H A Dimage.h40 int image_copyout_zeroes(int fd, size_t count);
H A Dvhdx.c232 return image_copyout_zeroes(fd, pad_size);
505 error = image_copyout_zeroes(fd, SIZE_1MB - 5*SIZE_64KB);
508 error = image_copyout_zeroes(fd, SIZE_1MB);
H A Dimage.c546 image_copyout_zeroes(int fd, size_t count) function
623 error = image_copyout_zeroes(fd, sz);
H A Dvhd.c355 error = image_copyout_zeroes(fd, imgsz - rawsz);

Completed in 93 milliseconds