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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c113 caddr_t in_boundry; /* can read up to this location */ member in struct:rec_strm
171 rstrm->in_boundry = rstrm->in_base;
172 rstrm->in_finger = (rstrm->in_boundry += recvsize);
193 (((ptrdiff_t)rstrm->in_boundry
298 pos -= rstrm->in_boundry - rstrm->in_finger;
331 (newpos <= rstrm->in_boundry) &&
359 ((rstrm->in_finger + len) <= rstrm->in_boundry)) {
422 if (rstrm->in_finger == rstrm->in_boundry)
486 i = (uintptr_t)rstrm->in_boundry % BYTES_PER_XDR_UNIT;
497 rstrm->in_boundry
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c107 caddr_t in_boundry; /* can read up to this location */ member in struct:rec_strm
202 rstrm->in_boundry = rstrm->in_base;
203 rstrm->in_finger = (rstrm->in_boundry += rstrm->recvsize);
222 int current = rstrm->in_boundry - rstrm->in_finger;
226 rstrm->in_boundry = rstrm->in_finger + current;
244 ((uint_t)(rstrm->in_boundry - (caddr_t)buflp) >=
416 pos -= rstrm->in_boundry - rstrm->in_finger;
450 (newpos <= rstrm->in_boundry) &&
480 ((rstrm->in_finger + len) <= rstrm->in_boundry)) {
534 rstrm->in_finger == rstrm->in_boundry)) {
[all...]

Completed in 59 milliseconds