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

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

Completed in 46 milliseconds