Searched refs:image_copyout_region (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.bin/mkimg/
H A Dimage.h37 int image_copyout_region(int fd, lba_t blk, lba_t size);
H A Dvmdk.c245 error = image_copyout_region(fd, blkofs, blkcnt);
H A Dimage.c506 error = image_copyout_region(fd, 0, image_size);
589 image_copyout_region(int fd, lba_t blk, lba_t size) function
H A Dqcow.c319 error = image_copyout_region(fd, blk, blk_clstrsz);
H A Dvhd.c349 error = image_copyout_region(fd, blk, blkcnt);

Completed in 58 milliseconds