Home
last modified time | relevance | path

Searched refs:xdr_results (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c269 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 Dclnt_btcp.c282 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 Dsvc_rdma.c644 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 Dpmap_rmt.h71 xdrproc_t xdr_results; member
H A Dsvc_cots.c420 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 Dsvc_clts.c440 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 Drpcb_prot.c106 return ((*(objp->xdr_results))(xdrs, objp->results_ptr)); in xdr_rpcb_rmtcallres()
H A Drpcb_prot.x458 % xdrproc_t xdr_results; /* XDR routine for result */
H A Dclnt_clts.c463 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 Dclnt_rdma.c564 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 Dsvc.c1085 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 Dclnt_cots.c780 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 Dclnt_tcp.c218 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 Dsvc_dg.c481 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 Dclnt_vc.c639 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 Dsvc_vc.c1730 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 Dsvc.c1098 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 Dnfs_dlinet.c2045 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()