Lines Matching refs:in_boundry
107 caddr_t in_boundry; /* can read up to this location */
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)) {
576 if (rstrm->in_finger == rstrm->in_boundry)
654 uint_t i = (uintptr_t)rstrm->in_boundry % BYTES_PER_XDR_UNIT;
663 rstrm->in_boundry = where;
679 current = (int)(rstrm->in_boundry - rstrm->in_finger);
689 current = (intptr_t)rstrm->in_boundry -
736 current = (intptr_t)rstrm->in_boundry -
766 rstrm->in_boundry += offset;
853 rstrm->in_boundry = rstrm->in_nextrec + rstrm->in_nextrecsz;
858 rstrm->in_boundry = rstrm->in_finger = rstrm->in_base;
863 prevbytes_thisrec = (uint32_t)(rstrm->in_boundry - rstrm->in_base);
871 (int)(rstrm->in_boundry - rstrm->in_base);
905 rstrm->in_boundry, len_requested)) == -1) {
909 rstrm->in_boundry += len_received;
910 rstrm->in_nextrec = rstrm->in_boundry;
932 len_recvd_thisfrag = (uint32_t)(rstrm->in_boundry -
1008 rstrm->in_boundry -= sizeof (*header);
1011 rstrm->in_boundry - rstrm->in_finger);
1049 rstrm->in_nextrecsz = (uint32_t)(rstrm->in_boundry -
1111 if (rstrm->in_finger == rstrm->in_boundry)