| /illumos-gate/usr/src/lib/libnsl/rpc/ |
| H A D | clnt_raw.c | 187 msg.acpted_rply.ar_verf = _null_auth; in clnt_raw_call() 188 msg.acpted_rply.ar_results.where = resultsp; in clnt_raw_call() 189 msg.acpted_rply.ar_results.proc = xresults; in clnt_raw_call() 196 (msg.acpted_rply.ar_stat == SUCCESS)) in clnt_raw_call() 202 if (!AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) { in clnt_raw_call() 206 if (msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_raw_call() 208 (char *)&(msg.acpted_rply.ar_verf)); in clnt_raw_call()
|
| H A D | clnt_door.c | 240 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_door_call() 241 reply_msg.acpted_rply.ar_results.where = resultsp; in clnt_door_call() 242 reply_msg.acpted_rply.ar_results.proc = xresults; in clnt_door_call() 246 reply_msg.acpted_rply.ar_stat == SUCCESS) in clnt_door_call() 253 &reply_msg.acpted_rply.ar_verf)) { in clnt_door_call() 257 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_door_call() 260 &(reply_msg.acpted_rply.ar_verf)); in clnt_door_call()
|
| H A D | clnt_bcast.c | 530 msg.acpted_rply.ar_verf = _null_auth; in rpc_broadcast_exp() 531 msg.acpted_rply.ar_results.where = in rpc_broadcast_exp() 533 msg.acpted_rply.ar_results.proc = in rpc_broadcast_exp() 542 msg.acpted_rply.ar_verf = _null_auth; in rpc_broadcast_exp() 543 msg.acpted_rply.ar_results.where = in rpc_broadcast_exp() 545 msg.acpted_rply.ar_results.proc = in rpc_broadcast_exp() 554 (msg.acpted_rply.ar_stat == SUCCESS)) { in rpc_broadcast_exp() 590 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in rpc_broadcast_exp()
|
| H A D | svc.c | 1105 rply.acpted_rply.ar_verf = xprt->xp_verf; in svc_sendreply() 1106 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply() 1107 rply.acpted_rply.ar_results.where = xdr_location; in svc_sendreply() 1108 rply.acpted_rply.ar_results.proc = xdr_results; in svc_sendreply() 1122 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noproc() 1123 rply.acpted_rply.ar_stat = PROC_UNAVAIL; in svcerr_noproc() 1137 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_decode() 1138 rply.acpted_rply.ar_stat = GARBAGE_ARGS; in svcerr_decode() 1152 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_systemerr() 1153 rply.acpted_rply.ar_stat = SYSTEM_ERR; in svcerr_systemerr() [all …]
|
| H A D | rpc_prot.c | 331 if (msg->acpted_rply.ar_stat == SUCCESS) { in __seterr_reply() 335 accepted(msg->acpted_rply.ar_stat, error); in __seterr_reply() 359 error->re_vers.low = msg->acpted_rply.ar_vers.low; in __seterr_reply() 360 error->re_vers.high = msg->acpted_rply.ar_vers.high; in __seterr_reply()
|
| H A D | clnt_dg.c | 357 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_dg_call() 358 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_dg_call() 359 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnt_dg_call() 560 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call() 567 &reply_msg.acpted_rply.ar_verf)) { in clnt_dg_call() 607 reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_dg_call() 610 &(reply_msg.acpted_rply.ar_verf)); in clnt_dg_call()
|
| H A D | clnt_vc.c | 730 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_vc_call() 731 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_vc_call() 732 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_vc_call() 752 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_vc_call() 759 &reply_msg.acpted_rply.ar_verf)) { in clnt_vc_call() 793 reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_vc_call() 795 (void) xdr_opaque_auth(xdrs, &(reply_msg.acpted_rply.ar_verf)); in clnt_vc_call()
|
| H A D | svc_dg.c | 488 xdr_results = msg->acpted_rply.ar_results.proc; in svc_dg_reply() 489 xdr_location = msg->acpted_rply.ar_results.where; in svc_dg_reply() 490 msg->acpted_rply.ar_results.proc = xdr_void; in svc_dg_reply() 491 msg->acpted_rply.ar_results.where = NULL; in svc_dg_reply()
|
| H A D | svc_vc.c | 1741 xdr_results = msg->acpted_rply.ar_results.proc; in svc_vc_reply() 1742 xdr_location = msg->acpted_rply.ar_results.where; in svc_vc_reply() 1743 msg->acpted_rply.ar_results.proc = xdr_void; in svc_vc_reply() 1744 msg->acpted_rply.ar_results.where = NULL; in svc_vc_reply()
|
| /illumos-gate/usr/src/stand/lib/fs/nfs/ |
| H A D | rpc.c | 264 reply.acpted_rply.ar_verf = _null_auth; /* struct copy */ in brpc_call() 265 reply.acpted_rply.ar_results.where = ret; in brpc_call() 266 reply.acpted_rply.ar_results.proc = out_xdr; in brpc_call() 396 &reply.acpted_rply.ar_verf) == FALSE) { in brpc_call() 401 if (reply.acpted_rply.ar_verf.oa_base != in brpc_call() 406 &reply.acpted_rply.ar_verf); in brpc_call()
|
| H A D | clnt_btcp.c | 349 reply_msg.acpted_rply.ar_verf = _null_auth; in clntbtcp_call() 350 reply_msg.acpted_rply.ar_results.where = NULL; in clntbtcp_call() 351 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clntbtcp_call() 372 &reply_msg.acpted_rply.ar_verf)) { in clntbtcp_call() 380 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clntbtcp_call() 383 &(reply_msg.acpted_rply.ar_verf)); in clntbtcp_call()
|
| H A D | clnt_budp.c | 299 reply_msg.acpted_rply.ar_verf = _null_auth; in clntbudp_call() 300 reply_msg.acpted_rply.ar_results.where = resultsp; in clntbudp_call() 301 reply_msg.acpted_rply.ar_results.proc = xresults; in clntbudp_call() 370 &reply_msg.acpted_rply.ar_verf)) { in clntbudp_call() 376 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clntbudp_call() 379 &(reply_msg.acpted_rply.ar_verf)); in clntbudp_call()
|
| /illumos-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs_dump.c | 402 reply_msg.acpted_rply.ar_verf = _null_auth; in nd_get_reply() 405 reply_msg.acpted_rply.ar_results.where = (caddr_t)&na; in nd_get_reply() 406 reply_msg.acpted_rply.ar_results.proc = xdr_attrstat; in nd_get_reply() 409 reply_msg.acpted_rply.ar_results.where = (caddr_t)&wres; in nd_get_reply() 410 reply_msg.acpted_rply.ar_results.proc = xdr_WRITE3res; in nd_get_reply() 458 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in nd_get_reply() 461 (void) xdr_opaque_auth(xdrp, &(reply_msg.acpted_rply.ar_verf)); in nd_get_reply()
|
| /illumos-gate/usr/src/ucblib/librpcsoc/ |
| H A D | clnt_tcp.c | 271 reply_msg.acpted_rply.ar_verf = _null_auth; in clnttcp_call() 272 reply_msg.acpted_rply.ar_results.where = NULL; in clnttcp_call() 273 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnttcp_call() 292 &reply_msg.acpted_rply.ar_verf)) { in clnttcp_call() 300 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnttcp_call() 303 &(reply_msg.acpted_rply.ar_verf)); in clnttcp_call()
|
| H A D | clnt_udp.c | 285 reply_msg.acpted_rply.ar_verf = _null_auth; 286 reply_msg.acpted_rply.ar_results.where = resultsp; 287 reply_msg.acpted_rply.ar_results.proc = xresults; 407 &reply_msg.acpted_rply.ar_verf)) { 411 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { 414 &(reply_msg.acpted_rply.ar_verf));
|
| /illumos-gate/usr/src/uts/common/rpc/ |
| H A D | rpc_prot.c | 401 if (msg->acpted_rply.ar_stat == SUCCESS) { in _seterr_reply() 405 accepted(msg->acpted_rply.ar_stat, error); in _seterr_reply() 429 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply() 430 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply() 443 msg->acpted_rply.ar_verf.oa_base != NULL) { in xdr_rpc_free_verifier() 445 return (xdr_opaque_auth(xdrs, &(msg->acpted_rply.ar_verf))); in xdr_rpc_free_verifier()
|
| H A D | svc.c | 1092 rply.acpted_rply.ar_verf = clone_xprt->xp_verf; in svc_sendreply() 1093 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply() 1094 rply.acpted_rply.ar_results.where = xdr_location; in svc_sendreply() 1095 rply.acpted_rply.ar_results.proc = xdr_results; in svc_sendreply() 1115 rply.acpted_rply.ar_verf = clone_xprt->xp_verf; in svcerr_noproc() 1116 rply.acpted_rply.ar_stat = PROC_UNAVAIL; in svcerr_noproc() 1136 rply.acpted_rply.ar_verf = clone_xprt->xp_verf; in svcerr_decode() 1137 rply.acpted_rply.ar_stat = GARBAGE_ARGS; in svcerr_decode() 1152 rply.acpted_rply.ar_verf = clone_xprt->xp_verf; in svcerr_systemerr() 1153 rply.acpted_rply.ar_stat = SYSTEM_ERR; in svcerr_systemerr() [all …]
|
| H A D | svc_cots.c | 492 if ((xdr_results = msg->acpted_rply.ar_results.proc) != NULL) { in svc_cots_ksend() 494 xdr_location = msg->acpted_rply.ar_results.where; in svc_cots_ksend() 495 msg->acpted_rply.ar_results.proc = xdr_void; in svc_cots_ksend() 496 msg->acpted_rply.ar_results.where = NULL; in svc_cots_ksend() 730 rply.acpted_rply.ar_verf = clone_xprt->xp_verf; in svc_cots_kgetres() 731 rply.acpted_rply.ar_stat = SUCCESS; in svc_cots_kgetres()
|
| H A D | svc_clts.c | 465 if ((xdr_results = msg->acpted_rply.ar_results.proc) != NULL) { in svc_clts_ksend() 467 xdr_location = msg->acpted_rply.ar_results.where; in svc_clts_ksend() 468 msg->acpted_rply.ar_results.proc = xdr_void; in svc_clts_ksend() 469 msg->acpted_rply.ar_results.where = NULL; in svc_clts_ksend() 707 rply.acpted_rply.ar_verf = clone_xprt->xp_verf; in svc_clts_kgetres() 708 rply.acpted_rply.ar_stat = SUCCESS; in svc_clts_kgetres()
|
| H A D | rpc_msg.h | 161 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
|
| H A D | clnt_rdma.c | 1057 reply_msg.acpted_rply.ar_stat = SUCCESS; in clnt_rdma_kcallit() 1058 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_rdma_kcallit() 1063 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_rdma_kcallit() 1064 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnt_rdma_kcallit() 1080 &reply_msg.acpted_rply.ar_verf)) { in clnt_rdma_kcallit()
|
| H A D | svc_rdma.c | 859 if ((xdr_results = msg->acpted_rply.ar_results.proc) != NULL) { in svc_rdma_ksend() 861 xdr_location = msg->acpted_rply.ar_results.where; in svc_rdma_ksend() 862 msg->acpted_rply.ar_results.proc = xdr_void; in svc_rdma_ksend() 863 msg->acpted_rply.ar_results.where = NULL; in svc_rdma_ksend()
|
| H A D | clnt_clts.c | 785 reply_msg.acpted_rply.ar_stat = SUCCESS; in clnt_clts_kcallit_addr() 786 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_clts_kcallit_addr() 790 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_clts_kcallit_addr() 791 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnt_clts_kcallit_addr() 812 &reply_msg.acpted_rply.ar_verf)) { in clnt_clts_kcallit_addr()
|
| /illumos-gate/usr/src/cmd/fs.d/autofs/ |
| H A D | nfs_cast.c | 383 msg.acpted_rply.ar_verf = _null_auth; in nfs_cast() 384 msg.acpted_rply.ar_results.proc = xdr_void; in nfs_cast() 477 msg.acpted_rply.ar_results.proc = xdr_void; in nfs_cast()
|
| /illumos-gate/usr/src/cmd/rpcbind/ |
| H A D | rpcb_svc_com.c | 1441 reply_msg.acpted_rply.ar_verf = _null_auth; in handle_reply() 1442 reply_msg.acpted_rply.ar_results.where = 0; in handle_reply() 1443 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in handle_reply()
|