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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c3013 u_quad_t off, endoff, toff; local
3035 endoff = 0;
3115 if (toff > endoff)
3116 endoff = toff;
3160 if ((endoff - off) > 0xffffffff)
3163 count = (endoff - off);

Completed in 20 milliseconds