Home
last modified time | relevance | path

Searched refs:fbtbc (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c108 int fbtbc; /* fragment bytes to be consumed */ member
204 rstrm->fbtbc = 0; in xdrrec_create()
243 if ((rstrm->fbtbc >= (int)sizeof (int32_t)) && in xdrrec_getint32()
255 rstrm->fbtbc -= (int)sizeof (int32_t); in xdrrec_getint32()
324 current = rstrm->fbtbc; in xdrrec_getbytes()
336 rstrm->fbtbc -= current; in xdrrec_getbytes()
382 current = rstrm->fbtbc; in xdrrec_readbytes()
394 rstrm->fbtbc -= current; in xdrrec_readbytes()
449 if ((delta < (int)(rstrm->fbtbc)) && in xdrrec_setpos()
453 rstrm->fbtbc -= delta; in xdrrec_setpos()
[all …]
/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c114 int fbtbc; /* fragment bytes to be consumed */ member
173 rstrm->fbtbc = 0; in xdrrec_create()
192 if ((rstrm->fbtbc >= sizeof (int32_t)) && in xdrrec_getint32()
196 rstrm->fbtbc -= sizeof (int32_t); in xdrrec_getint32()
242 current = frag_len = rstrm->fbtbc; in xdrrec_getbytes()
255 rstrm->fbtbc -= current; in xdrrec_getbytes()
330 if ((delta < (int)(rstrm->fbtbc)) && in xdrrec_setpos()
334 rstrm->fbtbc -= delta; in xdrrec_setpos()
358 if ((len <= rstrm->fbtbc) && in xdrrec_inline()
361 rstrm->fbtbc -= len; in xdrrec_inline()
[all …]