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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c118 } RECSTREAM; typedef in typeref:struct:rec_strm
134 RECSTREAM *rstrm = (RECSTREAM *)mem_alloc(sizeof (RECSTREAM));
187 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
209 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
237 RECSTREAM *rstrm = (RECSTREAM *)(xdr
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c125 } RECSTREAM; typedef in typeref:struct:rec_strm
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));
220 align_instream(RECSTREAM *rstrm)
237 RECSTREAM *rstrm = (RECSTREAM *)(xdr
[all...]

Completed in 45 milliseconds