Searched refs:image_file_map (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/mkimg/ |
H A D | image.c | 305 image_file_map(int fd, off_t ofs, size_t sz, off_t *iofp) in image_file_map() function 371 buffer = image_file_map(image_swap_fd, swofs, iosz, &iof); in image_copyin_stream() 461 buf = mp = image_file_map(fd, data, sz, &iof); in image_copyin_mapped() 586 buf = mp = image_file_map(ifd, iofs, sz, &iof); in image_copyout_file()
|