| /titanic_50/usr/src/lib/libnsl/rpc/ |
| H A D | clnt_raw.c | 189 msg.acpted_rply.ar_verf = _null_auth; in clnt_raw_call() 190 msg.acpted_rply.ar_results.where = resultsp; in clnt_raw_call() 191 msg.acpted_rply.ar_results.proc = xresults; in clnt_raw_call() 195 (msg.acpted_rply.ar_stat == SUCCESS)) in clnt_raw_call() 203 if (!AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) { in clnt_raw_call() 214 if (!AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) { in clnt_raw_call() 217 if (msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_raw_call() 220 &(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 | 532 msg.acpted_rply.ar_verf = _null_auth; in rpc_broadcast_exp() 533 msg.acpted_rply.ar_results.where = in rpc_broadcast_exp() 535 msg.acpted_rply.ar_results.proc = in rpc_broadcast_exp() 544 msg.acpted_rply.ar_verf = _null_auth; in rpc_broadcast_exp() 545 msg.acpted_rply.ar_results.where = in rpc_broadcast_exp() 547 msg.acpted_rply.ar_results.proc = in rpc_broadcast_exp() 556 (msg.acpted_rply.ar_stat == SUCCESS)) { in rpc_broadcast_exp() 592 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in rpc_broadcast_exp()
|
| H A D | svc.c | 1102 rply.acpted_rply.ar_verf = xprt->xp_verf; in svc_sendreply() 1103 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply() 1104 rply.acpted_rply.ar_results.where = xdr_location; in svc_sendreply() 1105 rply.acpted_rply.ar_results.proc = xdr_results; in svc_sendreply() 1119 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noproc() 1120 rply.acpted_rply.ar_stat = PROC_UNAVAIL; in svcerr_noproc() 1134 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_decode() 1135 rply.acpted_rply.ar_stat = GARBAGE_ARGS; in svcerr_decode() 1149 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_systemerr() 1150 rply.acpted_rply.ar_stat = SYSTEM_ERR; in svcerr_systemerr() [all …]
|
| H A D | rpc_prot.c | 336 if (msg->acpted_rply.ar_stat == SUCCESS) { in __seterr_reply() 340 accepted(msg->acpted_rply.ar_stat, error); in __seterr_reply() 364 error->re_vers.low = msg->acpted_rply.ar_vers.low; in __seterr_reply() 365 error->re_vers.high = msg->acpted_rply.ar_vers.high; in __seterr_reply()
|
| H A D | clnt_dg.c | 356 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_dg_call() 357 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_dg_call() 358 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnt_dg_call() 559 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call() 566 &reply_msg.acpted_rply.ar_verf)) { in clnt_dg_call() 606 reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_dg_call() 609 &(reply_msg.acpted_rply.ar_verf)); in clnt_dg_call()
|
| H A D | clnt_vc.c | 738 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_vc_call() 739 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_vc_call() 740 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_vc_call() 760 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_vc_call() 767 &reply_msg.acpted_rply.ar_verf)) { in clnt_vc_call() 801 reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_vc_call() 803 (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 | 1745 xdr_results = msg->acpted_rply.ar_results.proc; in svc_vc_reply() 1746 xdr_location = msg->acpted_rply.ar_results.where; in svc_vc_reply() 1747 msg->acpted_rply.ar_results.proc = xdr_void; in svc_vc_reply() 1748 msg->acpted_rply.ar_results.where = NULL; in svc_vc_reply()
|
| /titanic_50/usr/src/stand/lib/fs/nfs/ |
| H A D | rpc.c | 266 reply.acpted_rply.ar_verf = _null_auth; /* struct copy */ in brpc_call() 267 reply.acpted_rply.ar_results.where = ret; in brpc_call() 268 reply.acpted_rply.ar_results.proc = out_xdr; in brpc_call() 398 &reply.acpted_rply.ar_verf) == FALSE) { in brpc_call() 403 if (reply.acpted_rply.ar_verf.oa_base != in brpc_call() 408 &reply.acpted_rply.ar_verf); in brpc_call()
|
| H A D | clnt_btcp.c | 351 reply_msg.acpted_rply.ar_verf = _null_auth; in clntbtcp_call() 352 reply_msg.acpted_rply.ar_results.where = NULL; in clntbtcp_call() 353 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clntbtcp_call() 374 &reply_msg.acpted_rply.ar_verf)) { in clntbtcp_call() 382 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clntbtcp_call() 385 &(reply_msg.acpted_rply.ar_verf)); in clntbtcp_call()
|
| H A D | clnt_budp.c | 316 reply_msg.acpted_rply.ar_verf = _null_auth; 317 reply_msg.acpted_rply.ar_results.where = resultsp; 318 reply_msg.acpted_rply.ar_results.proc = xresults; 387 &reply_msg.acpted_rply.ar_verf)) { 393 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { 396 &(reply_msg.acpted_rply.ar_verf));
|
| /titanic_50/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()
|
| /titanic_50/usr/src/ucblib/librpcsoc/ |
| H A D | clnt_tcp.c | 280 reply_msg.acpted_rply.ar_verf = _null_auth; 281 reply_msg.acpted_rply.ar_results.where = NULL; 282 reply_msg.acpted_rply.ar_results.proc = xdr_void; 301 &reply_msg.acpted_rply.ar_verf)) { 309 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { 312 &(reply_msg.acpted_rply.ar_verf));
|
| H A D | clnt_udp.c | 287 reply_msg.acpted_rply.ar_verf = _null_auth; 288 reply_msg.acpted_rply.ar_results.where = resultsp; 289 reply_msg.acpted_rply.ar_results.proc = xresults; 409 &reply_msg.acpted_rply.ar_verf)) { 413 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { 416 &(reply_msg.acpted_rply.ar_verf));
|
| /titanic_50/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 | 1110 rply.acpted_rply.ar_verf = clone_xprt->xp_verf; in svc_sendreply() 1111 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply() 1112 rply.acpted_rply.ar_results.where = xdr_location; in svc_sendreply() 1113 rply.acpted_rply.ar_results.proc = xdr_results; in svc_sendreply() 1133 rply.acpted_rply.ar_verf = clone_xprt->xp_verf; in svcerr_noproc() 1134 rply.acpted_rply.ar_stat = PROC_UNAVAIL; in svcerr_noproc() 1154 rply.acpted_rply.ar_verf = clone_xprt->xp_verf; in svcerr_decode() 1155 rply.acpted_rply.ar_stat = GARBAGE_ARGS; in svcerr_decode() 1170 rply.acpted_rply.ar_verf = clone_xprt->xp_verf; in svcerr_systemerr() 1171 rply.acpted_rply.ar_stat = SYSTEM_ERR; in svcerr_systemerr() [all …]
|
| H A D | svc_cots.c | 431 if ((xdr_results = msg->acpted_rply.ar_results.proc) != NULL) { in svc_cots_ksend() 433 xdr_location = msg->acpted_rply.ar_results.where; in svc_cots_ksend() 434 msg->acpted_rply.ar_results.proc = xdr_void; in svc_cots_ksend() 435 msg->acpted_rply.ar_results.where = NULL; in svc_cots_ksend() 671 rply.acpted_rply.ar_verf = clone_xprt->xp_verf; in svc_cots_kgetres() 672 rply.acpted_rply.ar_stat = SUCCESS; in svc_cots_kgetres()
|
| H A D | svc_clts.c | 453 if ((xdr_results = msg->acpted_rply.ar_results.proc) != NULL) { in svc_clts_ksend() 455 xdr_location = msg->acpted_rply.ar_results.where; in svc_clts_ksend() 456 msg->acpted_rply.ar_results.proc = xdr_void; in svc_clts_ksend() 457 msg->acpted_rply.ar_results.where = NULL; in svc_clts_ksend() 695 rply.acpted_rply.ar_verf = clone_xprt->xp_verf; in svc_clts_kgetres() 696 rply.acpted_rply.ar_stat = SUCCESS; in svc_clts_kgetres()
|
| H A D | rpc_msg.h | 163 #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 | 854 if ((xdr_results = msg->acpted_rply.ar_results.proc) != NULL) { in svc_rdma_ksend() 856 xdr_location = msg->acpted_rply.ar_results.where; in svc_rdma_ksend() 857 msg->acpted_rply.ar_results.proc = xdr_void; in svc_rdma_ksend() 858 msg->acpted_rply.ar_results.where = NULL; in svc_rdma_ksend()
|
| H A D | clnt_clts.c | 779 reply_msg.acpted_rply.ar_stat = SUCCESS; in clnt_clts_kcallit_addr() 780 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_clts_kcallit_addr() 784 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_clts_kcallit_addr() 785 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnt_clts_kcallit_addr() 806 &reply_msg.acpted_rply.ar_verf)) { in clnt_clts_kcallit_addr()
|
| /titanic_50/usr/src/lib/libbc/inc/include/rpc/ |
| H A D | rpc_msg.h | 147 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
|
| /titanic_50/usr/src/cmd/fs.d/autofs/ |
| H A D | nfs_cast.c | 385 msg.acpted_rply.ar_verf = _null_auth; in nfs_cast() 386 msg.acpted_rply.ar_results.proc = xdr_void; in nfs_cast() 479 msg.acpted_rply.ar_results.proc = xdr_void; in nfs_cast()
|