/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | pmap.c | 269 return ((*(crp->xdr_results))(xdrs, crp->results_ptr)); in xdr_rmtcallres() 318 return ((*(objp->xdr_results))(xdrs, objp->results_ptr)); in xdr_rpcb_rmtcallres() 360 pmap_r.xdr_results = out_xdr; in bpmap_rmtcall() 390 rpcb_r.xdr_results = out_xdr; in bpmap_rmtcall()
|
H A D | clnt_btcp.c | 282 xdrproc_t xdr_results, in clntbtcp_call() argument 314 shipnow = (xdr_results == (xdrproc_t)0 && timeout.tv_sec == 0 && in clntbtcp_call() 375 } else if (!(*xdr_results)(xdrs, resultsp)) { in clntbtcp_call()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | svc_rdma.c | 644 xdrproc_t xdr_results, caddr_t xdr_location, in svc_process_long_reply() argument 693 xdr_results, xdr_location)))) { in svc_process_long_reply() 779 svc_compose_rpcmsg(SVCXPRT * clone_xprt, CONN * conn, xdrproc_t xdr_results, in svc_compose_rpcmsg() argument 801 xdr_results, xdr_location)))) { in svc_compose_rpcmsg() 836 xdrproc_t xdr_results; /* results XDR encoding function */ in svc_rdma_ksend() local 859 if ((xdr_results = msg->acpted_rply.ar_results.proc) != NULL) { in svc_rdma_ksend() 901 msglen += xdrrdma_sizeof(xdr_results, xdr_location, in svc_rdma_ksend() 917 status = svc_compose_rpcmsg(clone_xprt, conn, xdr_results, in svc_rdma_ksend() 949 msglen += xdrrdma_sizeof(xdr_results, xdr_location, 0, in svc_rdma_ksend() 952 status = svc_process_long_reply(clone_xprt, xdr_results, in svc_rdma_ksend()
|
H A D | pmap_rmt.h | 71 xdrproc_t xdr_results; member
|
H A D | svc_cots.c | 420 xdrproc_t xdr_results; in svc_cots_ksend() local 436 if ((xdr_results = msg->acpted_rply.ar_results.proc) != NULL) { in svc_cots_ksend() 453 xdr_results, xdr_location)))) { in svc_cots_ksend() 528 xdr_results, xdr_location)))) { in svc_cots_ksend()
|
H A D | svc_clts.c | 440 xdrproc_t xdr_results; in svc_clts_ksend() local 458 if ((xdr_results = msg->acpted_rply.ar_results.proc) != NULL) { in svc_clts_ksend() 499 xdr_results, xdr_location)))) { in svc_clts_ksend() 511 xdr_results, xdr_location)))) { in svc_clts_ksend()
|
H A D | rpcb_prot.c | 106 return ((*(objp->xdr_results))(xdrs, objp->results_ptr)); in xdr_rpcb_rmtcallres()
|
H A D | rpcb_prot.x | 458 % xdrproc_t xdr_results; /* XDR routine for result */
|
H A D | clnt_clts.c | 463 caddr_t argsp, xdrproc_t xdr_results, caddr_t resultsp, in clnt_clts_kcallit_addr() argument 814 if (!AUTH_UNWRAP(h->cl_auth, xdrs, xdr_results, resultsp)) { in clnt_clts_kcallit_addr() 1007 caddr_t argsp, xdrproc_t xdr_results, caddr_t resultsp, in clnt_clts_kcallit() argument 1011 xdr_results, resultsp, wait, NULL)); in clnt_clts_kcallit()
|
H A D | clnt_rdma.c | 564 caddr_t argsp, xdrproc_t xdr_results, caddr_t resultsp, in clnt_rdma_kcallit() argument 1087 xdr_results, resultsp)) { in clnt_rdma_kcallit()
|
H A D | svc.c | 1085 svc_sendreply(const SVCXPRT *clone_xprt, const xdrproc_t xdr_results, in svc_sendreply() argument 1095 rply.acpted_rply.ar_results.proc = xdr_results; in svc_sendreply()
|
H A D | clnt_cots.c | 780 caddr_t argsp, xdrproc_t xdr_results, caddr_t resultsp, struct timeval wait) in clnt_cots_kcallit() argument 1386 xdr_results, resultsp)) { in clnt_cots_kcallit()
|
/illumos-gate/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 218 xdrproc_t xdr_results, caddr_t results_ptr, struct timeval timeout) in clnttcp_call() argument 238 (xdr_results == (xdrproc_t)0 && timeout.tv_sec == 0 && in clnttcp_call() 295 } else if (! (*xdr_results)(xdrs, results_ptr)) { in clnttcp_call()
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svc_dg.c | 481 xdrproc_t xdr_results; in svc_dg_reply() local 488 xdr_results = msg->acpted_rply.ar_results.proc; in svc_dg_reply() 500 SVCAUTH_WRAP(&SVC_XP_AUTH(xprt), xdrs, xdr_results, in svc_dg_reply()
|
H A D | clnt_vc.c | 639 xdrproc_t xdr_results, caddr_t results_ptr, struct timeval timeout) in clnt_vc_call() argument 673 shipnow = ((xdr_results == (xdrproc_t)0) && (timeout.tv_sec == 0) && in clnt_vc_call() 763 if (!(*xdr_results)(xdrs, results_ptr)) { in clnt_vc_call() 768 } else if (!__rpc_gss_unwrap(cl->cl_auth, xdrs, xdr_results, in clnt_vc_call()
|
H A D | svc_vc.c | 1730 xdrproc_t xdr_results; in svc_vc_reply() local 1741 xdr_results = msg->acpted_rply.ar_results.proc; in svc_vc_reply() 1752 &SVC_XP_AUTH(xprt), xdrs, xdr_results, xdr_location))) { in svc_vc_reply()
|
H A D | svc.c | 1098 svc_sendreply(const SVCXPRT *xprt, const xdrproc_t xdr_results, in svc_sendreply() argument 1108 rply.acpted_rply.ar_results.proc = xdr_results; in svc_sendreply()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2045 pmap_res.xdr_results = xdrres; in pmap_rmt_call() 2081 rpcb_res.xdr_results = xdrres; in pmap_rmt_call() 2139 return ((*(crp->xdr_results))(xdrs, crp->results_ptr)); in myxdr_rmtcallres()
|