Home
last modified time | relevance | path

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

/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c118 } RECSTREAM; typedef
134 RECSTREAM *rstrm = (RECSTREAM *)mem_alloc(sizeof (RECSTREAM)); in xdrrec_create()
187 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getint32()
209 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putint32()
237 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getbytes()
264 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putbytes()
286 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_getpos()
311 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_setpos()
345 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_inline()
372 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_destroy()
[all …]
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c125 } RECSTREAM; typedef
130 static bool_t flush_out(RECSTREAM *, bool_t);
131 static bool_t get_input_bytes(RECSTREAM *, caddr_t, int, bool_t);
132 static bool_t set_input_fragment(RECSTREAM *);
133 static bool_t skip_input_bytes(RECSTREAM *, int32_t);
153 RECSTREAM *rstrm = malloc(sizeof (RECSTREAM)); in xdrrec_create()
220 align_instream(RECSTREAM *rstrm) in align_instream()
237 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getint32()
269 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putint32()
320 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getbytes()
[all …]