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

/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c1205 off_t uioPos = 0; local
1229 uioPos = uio_offset(uio);
1231 if ((uint64_t)uioPos + uioRemaining > cachedSize) {
1233 uioRemaining = cachedSize - uioPos;
1250 uplPos = uioPos;
1365 VerboseLog("uioPos %lld uioRemaining %lld\n", (uint64_t)uioPos, (uint64_t)uioRemaining);
1367 off_t uplOff = uioPos - curUplPos;
1372 off_t count = curUplPos + curUplSize - uioPos;
1385 uioPos
[all...]

Completed in 13 milliseconds