Searched refs:ct_xdrs (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | clnt_btcp.c | 91 XDR ct_xdrs; member 248 xdrmem_create(&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE, in clntbtcp_create() 250 if (! xdr_callhdr(&(ct->ct_xdrs), &call_msg)) { in clntbtcp_create() 255 ct->ct_mpos = XDR_GETPOS(&(ct->ct_xdrs)); in clntbtcp_create() 256 XDR_DESTROY(&(ct->ct_xdrs)); in clntbtcp_create() 262 xdrrec_create(&(ct->ct_xdrs), sendsz, recvsz, (caddr_t)ct, readtcp, in clntbtcp_create() 300 xdrs = &(ct->ct_xdrs); in clntbtcp_call() 484 XDR *xdrs = &(ct->ct_xdrs); in clntbtcp_freeres() 515 XDR_DESTROY(&(ct->ct_xdrs)); in clntbtcp_destroy()
|
/titanic_41/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 92 XDR ct_xdrs; member 193 xdrmem_create(&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE, 195 if (! xdr_callhdr(&(ct->ct_xdrs), &call_msg)) { 201 ct->ct_mpos = XDR_GETPOS(&(ct->ct_xdrs)); 202 XDR_DESTROY(&(ct->ct_xdrs)); 208 xdrrec_create(&(ct->ct_xdrs), sendsz, recvsz, 235 register XDR *xdrs = &(ct->ct_xdrs); 341 register XDR *xdrs = &(ct->ct_xdrs); 397 XDR_DESTROY(&(ct->ct_xdrs));
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | clnt_vc.c | 126 XDR ct_xdrs; /* XDR stream */ member 328 xdrmem_create(&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE, XDR_ENCODE); in _clnt_vc_create_timed() 329 if (!xdr_callhdr(&(ct->ct_xdrs), &call_msg)) { in _clnt_vc_create_timed() 332 ct->ct_mpos = XDR_GETPOS(&(ct->ct_xdrs)); in _clnt_vc_create_timed() 333 XDR_DESTROY(&(ct->ct_xdrs)); in _clnt_vc_create_timed() 357 ct->ct_xdrs.x_ops = NULL; in _clnt_vc_create_timed() 358 xdrrec_create(&(ct->ct_xdrs), sendsz, recvsz, (caddr_t)ct, in _clnt_vc_create_timed() 360 if (ct->ct_xdrs.x_ops == NULL) { in _clnt_vc_create_timed() 648 XDR *xdrs = &(ct->ct_xdrs); in clnt_vc_call() 814 XDR *xdrs = &(ct->ct_xdrs); in clnt_vc_send() [all …]
|