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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c98 caddr_t out_boundry; /* data cannot up to this address */ member in struct:rec_strm
196 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base;
200 rstrm->out_boundry += rstrm->sendsize;
273 if ((rstrm->out_finger += sizeof (int32_t)) > rstrm->out_boundry) {
351 current = (uintptr_t)rstrm->out_boundry -
358 if (rstrm->out_finger == rstrm->out_boundry) {
441 (newpos < rstrm->out_boundry)) {
471 if ((rstrm->out_finger + len) <= rstrm->out_boundry) {
596 (uintptr_t)rstrm->out_boundry)) {

Completed in 21 milliseconds