Home
last modified time | relevance | path

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

/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c101 caddr_t out_base; /* output buffer (points to frag header) */ member
153 for (rstrm->out_base = rstrm->the_buffer; in xdrrec_create()
154 (uintptr_t)rstrm->out_base % BYTES_PER_XDR_UNIT != 0; in xdrrec_create()
155 rstrm->out_base++); in xdrrec_create()
156 rstrm->in_base = rstrm->out_base + sendsize; in xdrrec_create()
165 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()
166 rstrm->frag_header = (uint32_t *)rstrm->out_base; in xdrrec_create()
294 pos += rstrm->out_finger - rstrm->out_base; in xdrrec_getpos()
468 len = rstrm->out_finger - rstrm->out_base; in flush_out()
469 if ((*(rstrm->writeit))(rstrm->tcp_handle, rstrm->out_base, (int)len) in flush_out()
[all …]
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c96 caddr_t out_base; /* output buffer (points to frag header) */ member
173 rstrm->out_base = malloc(rstrm->sendsize); in xdrrec_create()
174 if (rstrm->out_base == NULL) { in xdrrec_create()
182 free(rstrm->out_base); in xdrrec_create()
196 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()
198 rstrm->frag_header = (uint32_t *)rstrm->out_base; in xdrrec_create()
412 pos += rstrm->out_finger - rstrm->out_base; in xdrrec_getpos()
504 free(rstrm->out_base); in xdrrec_destroy()
622 len = (uintptr_t)(rstrm->out_finger) - (uintptr_t)(rstrm->out_base); in flush_out()
625 (rstrm->tcp_handle, rstrm->out_base, (int)len); in flush_out()
[all …]