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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c102 caddr_t out_finger; /* next output position */ member in struct:rec_strm
165 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base;
167 rstrm->out_finger += sizeof (uint_t);
210 int32_t *dest_ip = ((int32_t *)(rstrm->out_finger));
212 if ((rstrm->out_finger += sizeof (int32_t)) > rstrm->out_boundry) {
217 rstrm->out_finger -= sizeof (int32_t);
221 dest_ip = ((int32_t *)(rstrm->out_finger));
222 rstrm->out_finger += sizeof (int32_t);
268 current = rstrm->out_boundry - rstrm->out_finger;
270 bcopy(addr, rstrm->out_finger, curren
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c97 caddr_t out_finger; /* next output position */ member in struct:rec_strm
196 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base;
199 rstrm->out_finger += sizeof (uint_t);
271 int32_t *dest_lp = ((int32_t *)(rstrm->out_finger));
273 if ((rstrm->out_finger += sizeof (int32_t)) > rstrm->out_boundry) {
278 rstrm->out_finger -= sizeof (int32_t);
283 dest_lp = ((int32_t *)(rstrm->out_finger));
284 rstrm->out_finger += sizeof (int32_t);
352 (uintptr_t)rstrm->out_finger;
354 (void) memcpy(rstrm->out_finger, add
[all...]

Completed in 59 milliseconds