Searched defs:oldoffset (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c2322 offset_t oldoffset; local
2324 oldoffset = *offset;
2328 uiop->uio_loffset += *offset - oldoffset;
2335 uiop->uio_loffset += *offset - oldoffset;
2363 offset_t oldoffset = uiop->uio_loffset; local
2383 uiop->uio_loffset = oldoffset;
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c1182 off_t oldoffset; local
1194 oldoffset = offset;
1262 oldlen, (offset_t)oldoffset, UIO_USERSPACE, 0,

Completed in 51 milliseconds