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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c103 caddr_t out_boundry; /* data cannot up to this address */ member in struct:rec_strm
165 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base;
168 rstrm->out_boundry += sendsize;
212 if ((rstrm->out_finger += sizeof (int32_t)) > rstrm->out_boundry) {
268 current = rstrm->out_boundry - rstrm->out_finger;
274 if (rstrm->out_finger == rstrm->out_boundry) {
322 (newpos < rstrm->out_boundry)) {
351 if ((rstrm->out_finger + len) <= rstrm->out_boundry) {
442 >= (ptrdiff_t)rstrm->out_boundry)) {
/illumos-gate/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 60 milliseconds