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

/freebsd-current/usr.bin/mkimg/
H A Dimage.c305 image_file_map(int fd, off_t ofs, size_t sz, off_t *iofp) function
371 buffer = image_file_map(image_swap_fd, swofs, iosz, &iof);
461 buf = mp = image_file_map(fd, data, sz, &iof);
586 buf = mp = image_file_map(ifd, iofs, sz, &iof);

Completed in 144 milliseconds