Lines Matching refs:out_finger
97 caddr_t out_finger; /* next output position */
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, addr, current);
355 rstrm->out_finger += current;
358 if (rstrm->out_finger == rstrm->out_boundry) {
412 pos += rstrm->out_finger - rstrm->out_base;
439 newpos = rstrm->out_finger - delta;
442 rstrm->out_finger = newpos;
471 if ((rstrm->out_finger + len) <= rstrm->out_boundry) {
473 buf = (rpc_inline_t *)rstrm->out_finger;
474 rstrm->out_finger += len;
595 ((uintptr_t)rstrm->out_finger + sizeof (uint32_t) >=
600 len = (uintptr_t)(rstrm->out_finger) - (uintptr_t)(rstrm->frag_header) -
604 rstrm->frag_header = (uint32_t *)rstrm->out_finger;
605 rstrm->out_finger += sizeof (uint32_t);
617 uint32_t len = (uintptr_t)(rstrm->out_finger) -
622 len = (uintptr_t)(rstrm->out_finger) - (uintptr_t)(rstrm->out_base);
634 rstrm->out_finger = (caddr_t)rstrm->out_base + sizeof (uint32_t);