image_copyout_zeroes
error = image_copyout_zeroes(fd, sz);
int image_copyout_zeroes(int fd, size_t count);
error = image_copyout_zeroes(fd, imgsz - rawsz);
return image_copyout_zeroes(fd, pad_size);
error = image_copyout_zeroes(fd, SIZE_1MB - 5*SIZE_64KB);
error = image_copyout_zeroes(fd, SIZE_1MB);