Home
last modified time | relevance | path

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

/freebsd/usr.bin/mkimg/
H A Dimage.c352 off_t swofs; in image_copyin_stream() local
368 swofs = image_swap_alloc(iosz); in image_copyin_stream()
369 if (swofs == -1LL) in image_copyin_stream()
371 buffer = image_file_map(image_swap_fd, swofs, iosz, &iof); in image_copyin_stream()
376 error = image_chunk_copyin(blk, &buffer[iof], rdsz, swofs, in image_copyin_stream()