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

/freebsd-10.3-release/usr.bin/mkimg/
H A Dimage.h37 int image_copyout_region(int fd, lba_t blk, lba_t size);
H A Dvmdk.c246 error = image_copyout_region(fd, blkofs, blkcnt);
H A Dimage.c492 error = image_copyout_region(fd, 0, image_size);
575 image_copyout_region(int fd, lba_t blk, lba_t size) function
H A Dqcow.c320 error = image_copyout_region(fd, blk, blk_clstrsz);
H A Dvhd.c365 error = image_copyout_region(fd, blk, blkcnt);

Completed in 100 milliseconds