Home
last modified time | relevance | path

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

/NextBSD/usr.bin/mkimg/
HDimage.c331 off_t swofs; in image_copyin_stream() local
346 swofs = image_swap_alloc(iosz); in image_copyin_stream()
347 if (swofs == -1LL) in image_copyin_stream()
349 buffer = image_file_map(image_swap_fd, swofs, iosz); in image_copyin_stream()
354 error = image_chunk_copyin(blk, buffer, rdsz, swofs, in image_copyin_stream()