Home
last modified time | relevance | path

Searched refs:iof (Results 1 – 1 of 1) sorted by relevance

/src/usr.bin/mkimg/
H A Dimage.c358 off_t iof; in image_copyin_stream() local
373 buffer = image_file_map(image_swap_fd, swofs, iosz, &iof); in image_copyin_stream()
376 rdsz = read(fd, &buffer[iof], iosz); in image_copyin_stream()
378 error = image_chunk_copyin(blk, &buffer[iof], rdsz, swofs, in image_copyin_stream()
401 off_t cur, data, end, hole, pos, iof; in image_copyin_mapped() local
463 buf = mp = image_file_map(fd, data, sz, &iof); in image_copyin_mapped()
465 buf += iof; in image_copyin_mapped()
582 off_t iof; in image_copyout_file() local
588 buf = mp = image_file_map(ifd, iofs, sz, &iof); in image_copyout_file()
591 buf += iof; in image_copyout_file()