Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c105 caddr_t in_base; /* input buffer */ member
179 rstrm->in_base = malloc(rstrm->recvsize); in xdrrec_create()
180 if (rstrm->in_base == NULL) { in xdrrec_create()
202 rstrm->in_boundry = rstrm->in_base; in xdrrec_create()
210 rstrm->in_nextrec = rstrm->in_base; in xdrrec_create()
224 (void) memcpy(rstrm->in_base, rstrm->in_finger, current); in align_instream()
225 rstrm->in_finger = rstrm->in_base; in align_instream()
451 (newpos >= rstrm->in_base)) { in xdrrec_setpos()
505 free(rstrm->in_base); in xdrrec_destroy()
650 where = rstrm->in_base; in fill_input_buf()
[all …]
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c111 caddr_t in_base; member
156 rstrm->in_base = rstrm->out_base + sendsize; in xdrrec_create()
171 rstrm->in_boundry = rstrm->in_base; in xdrrec_create()
332 (newpos >= rstrm->in_base)) { in xdrrec_setpos()
485 where = rstrm->in_base; in fill_input_buf()