Searched defs:rstrm (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/lib/libnsl/rpc/ |
H A D | xdr_rec.c | 153 RECSTREAM *rstrm = malloc(sizeof (RECSTREAM)); in xdrrec_create() local 220 align_instream(RECSTREAM * rstrm) align_instream() argument 237 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); xdrrec_getint32() local 269 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); xdrrec_putint32() local 320 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); xdrrec_getbytes() local 346 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); xdrrec_putbytes() local 377 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); xdrrec_readbytes() local 404 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; xdrrec_getpos() local 430 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; xdrrec_setpos() local 465 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; xdrrec_inline() local 502 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; xdrrec_destroy() local 522 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); xdrrec_skiprecord() local 560 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); xdrrec_eof() local 591 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); xdrrec_endofrecord() local 614 flush_out(RECSTREAM * rstrm,bool_t eor) flush_out() argument 641 fill_input_buf(RECSTREAM * rstrm,bool_t do_align) fill_input_buf() argument 669 get_input_bytes(RECSTREAM * rstrm,caddr_t addr,int len,bool_t do_align) get_input_bytes() argument 708 set_input_fragment(RECSTREAM * rstrm) set_input_fragment() argument 731 skip_input_bytes(RECSTREAM * rstrm,int32_t cnt) skip_input_bytes() argument 752 __xdrrec_nonblock_realloc(RECSTREAM * rstrm,uint32_t newsize) __xdrrec_nonblock_realloc() argument 783 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); __xdrrec_set_conn_nonblock() local 832 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); __xdrrec_getbytes_nonblock() local 1096 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); __is_xdrrec_first() local 1104 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); __xdrrec_setfirst() local 1122 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); __xdrrec_resetfirst() local 1143 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); xdrrec_control() local [all...] |
/titanic_51/usr/src/stand/lib/fs/nfs/ |
H A D | xdr_rec.c | 134 RECSTREAM *rstrm = (RECSTREAM *)mem_alloc(sizeof (RECSTREAM)); in xdrrec_create() local 187 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); xdrrec_getint32() local 209 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); xdrrec_putint32() local 237 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); xdrrec_getbytes() local 264 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); xdrrec_putbytes() local 286 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; xdrrec_getpos() local 311 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; xdrrec_setpos() local 345 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; xdrrec_inline() local 372 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; xdrrec_destroy() local 391 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); xdrrec_skiprecord() local 413 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); xdrrec_eof() local 437 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); xdrrec_endofrecord() local 459 flush_out(RECSTREAM * rstrm,bool_t eor) flush_out() argument 479 fill_input_buf(RECSTREAM * rstrm,int frag_len) fill_input_buf() argument 502 get_input_bytes(RECSTREAM * rstrm,caddr_t addr,int frag_len,int len) get_input_bytes() argument 535 set_input_fragment(RECSTREAM * rstrm) set_input_fragment() argument 552 skip_input_bytes(RECSTREAM * rstrm,int32_t cnt) skip_input_bytes() argument [all...] |