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

/freebsd-13-stable/usr.bin/mkimg/
H A Dimage.c354 off_t swofs; local
370 swofs = image_swap_alloc(iosz);
371 if (swofs == -1LL)
373 buffer = image_file_map(image_swap_fd, swofs, iosz, &iof);
378 error = image_chunk_copyin(blk, &buffer[iof], rdsz, swofs,

Completed in 172 milliseconds