Searched defs:xdr_location (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c482 caddr_t xdr_location; local
489 xdr_location = msg->acpted_rply.ar_results.where;
501 xdr_location))) {
H A Dsvc_vc.c1731 caddr_t xdr_location; local
1746 xdr_location = msg->acpted_rply.ar_results.where;
1756 &SVC_XP_AUTH(xprt), xdrs, xdr_results, xdr_location))) {
H A Dsvc.c1095 const caddr_t xdr_location)
1103 rply.acpted_rply.ar_results.where = xdr_location;
1094 svc_sendreply(const SVCXPRT *xprt, const xdrproc_t xdr_results, const caddr_t xdr_location) argument
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_clts.c436 caddr_t xdr_location; local
455 xdr_location = msg->acpted_rply.ar_results.where;
494 xdr_results, xdr_location)))) {
506 xdr_results, xdr_location)))) {
H A Dsvc_cots.c416 caddr_t xdr_location; local
433 xdr_location = msg->acpted_rply.ar_results.where;
448 xdr_results, xdr_location)))) {
523 xdr_results, xdr_location)))) {
H A Dsvc.c1106 const caddr_t xdr_location)
1114 rply.acpted_rply.ar_results.where = xdr_location;
1105 svc_sendreply(const SVCXPRT *clone_xprt, const xdrproc_t xdr_results, const caddr_t xdr_location) argument
H A Dsvc_rdma.c639 xdrproc_t xdr_results, caddr_t xdr_location,
688 xdr_results, xdr_location)))) {
775 caddr_t xdr_location, rdma_buf_t *rpcreply, XDR ** xdrs,
796 xdr_results, xdr_location)))) {
832 caddr_t xdr_location; /* response results pointer */ local
856 xdr_location = msg->acpted_rply.ar_results.where;
896 msglen += xdrrdma_sizeof(xdr_results, xdr_location,
913 xdr_location, &rbuf_rpc_resp, &xdrs_rpc, msg,
944 msglen += xdrrdma_sizeof(xdr_results, xdr_location, 0,
948 xdr_location, ms
638 svc_process_long_reply(SVCXPRT * clone_xprt, xdrproc_t xdr_results, caddr_t xdr_location, struct rpc_msg *msg, bool_t has_args, int *msglen, int *freelen, int *numchunks, unsigned int *final_len) argument
774 svc_compose_rpcmsg(SVCXPRT * clone_xprt, CONN * conn, xdrproc_t xdr_results, caddr_t xdr_location, rdma_buf_t *rpcreply, XDR ** xdrs, struct rpc_msg *msg, bool_t has_args, uint_t *len) argument
[all...]

Completed in 65 milliseconds