image_copyout_region
error = image_copyout_region(fd, 0, image_size);
int image_copyout_region(int fd, lba_t blk, lba_t size);
error = image_copyout_region(fd, blk, blk_clstrsz);
error = image_copyout_region(fd, blk, blkcnt);
error = image_copyout_region(fd, blkofs, blkcnt);