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

/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c307 user_ssize_t this_resid; local
325 this_resid = this_block_count * blocksize - remainder;
326 if (this_resid > resid) {
327 this_resid = resid;
329 uio_setresid(uio, this_resid);
336 this_resid -= uio_resid(uio);
337 if (this_resid == 0) {
341 resid -= this_resid;
342 offset += this_resid;
400 user_ssize_t this_resid; local
663 u_int32_t this_resid; local
711 u_int32_t this_resid; local
[all...]

Completed in 73 milliseconds