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

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

Completed in 93 milliseconds