/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpc_prot.c | 149 rmsg->rm_reply.rp_stat == MSG_ACCEPTED && in xdr_replymsg() 152 RNDUP(rmsg->rm_reply.rp_acpt.ar_verf.oa_length)))) != NULL) { in xdr_replymsg() 155 IXDR_PUT_ENUM(buf, rmsg->rm_reply.rp_stat); in xdr_replymsg() 156 ar = &rmsg->rm_reply.rp_acpt; in xdr_replymsg() 190 rmsg->rm_reply.rp_stat = IXDR_GET_ENUM(buf, enum reply_stat); in xdr_replymsg() 191 if (rmsg->rm_reply.rp_stat != MSG_ACCEPTED) { in xdr_replymsg() 192 if (rmsg->rm_reply.rp_stat == MSG_DENIED) in xdr_replymsg() 194 &rmsg->rm_reply.rp_rjct)); in xdr_replymsg() 197 ar = &rmsg->rm_reply.rp_acpt; in xdr_replymsg() 246 return (xdr_union(xdrs, (enum_t *)&(rmsg->rm_reply.rp_stat), in xdr_replymsg() [all …]
|
H A D | rpc_msg.h | 161 #define rm_reply ru.RM_rmb macro
|
H A D | svc.c | 1109 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply() 1132 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noproc() 1153 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_decode() 1169 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_systemerr() 1185 rply.rm_reply.rp_stat = MSG_DENIED; in svcerr_auth() 1210 rply.rm_reply.rp_stat = MSG_DENIED; in svcerr_badcred() 1231 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noprog() 1253 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_progvers()
|
H A D | svc_cots.c | 429 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_cots_ksend() 430 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_cots_ksend() 670 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_cots_kgetres()
|
H A D | svc_clts.c | 451 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_clts_ksend() 452 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_clts_ksend() 694 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_clts_kgetres()
|
H A D | svc_rdma.c | 75 ((msg)->rm_reply.rp_acpt.ar_verf.oa_flavor == RPCSEC_GSS) 852 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_rdma_ksend() 853 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_rdma_ksend()
|
H A D | clnt_rdma.c | 1056 reply_msg.rm_reply.rp_stat = MSG_ACCEPTED; in clnt_rdma_kcallit()
|
H A D | clnt_clts.c | 778 reply_msg.rm_reply.rp_stat = MSG_ACCEPTED; in clnt_clts_kcallit_addr()
|
H A D | clnt_cots.c | 1349 reply_msg.rm_reply.rp_stat = MSG_ACCEPTED; in clnt_cots_kcallit()
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | rpc_prot.c | 137 rmsg->rm_reply.rp_stat == MSG_ACCEPTED && in xdr_replymsg() 140 RNDUP(rmsg->rm_reply.rp_acpt.ar_verf.oa_length)))) != NULL) { in xdr_replymsg() 143 IXDR_PUT_ENUM(buf, rmsg->rm_reply.rp_stat); in xdr_replymsg() 144 ar = &rmsg->rm_reply.rp_acpt; in xdr_replymsg() 179 rmsg->rm_reply.rp_stat = IXDR_GET_ENUM(buf, enum reply_stat); in xdr_replymsg() 180 if (rmsg->rm_reply.rp_stat != MSG_ACCEPTED) { in xdr_replymsg() 181 if (rmsg->rm_reply.rp_stat == MSG_DENIED) in xdr_replymsg() 183 &rmsg->rm_reply.rp_rjct)); in xdr_replymsg() 186 ar = &rmsg->rm_reply.rp_acpt; in xdr_replymsg() 246 return (xdr_union(xdrs, (enum_t *)&(rmsg->rm_reply.rp_stat), in xdr_replymsg() [all …]
|
H A D | svc.c | 1101 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply() 1118 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noproc() 1133 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_decode() 1148 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_systemerr() 1196 rply.rm_reply.rp_stat = MSG_DENIED; in svcerr_auth() 1220 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noprog() 1236 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_progvers()
|
H A D | clnt_raw.c | 194 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_raw_call()
|
H A D | svc_dg.c | 485 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_dg_reply() 486 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_dg_reply()
|
H A D | clnt_dg.c | 558 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call() 605 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED && in clnt_dg_call()
|
H A D | clnt_door.c | 245 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED && in clnt_door_call()
|
H A D | clnt_bcast.c | 555 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) && in rpc_broadcast_exp()
|
H A D | clnt_vc.c | 759 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_vc_call() 800 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED && in clnt_vc_call()
|
H A D | svc_vc.c | 1742 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_vc_reply() 1743 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_vc_reply()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rpc.c | 710 (uint_t *)&msg.rm_reply.rp_stat) && in valid_rpc() 711 (msg.rm_reply.rp_stat == MSG_ACCEPTED || in valid_rpc() 712 msg.rm_reply.rp_stat == MSG_DENIED)) in valid_rpc()
|
/titanic_50/usr/src/lib/libbc/inc/include/rpc/ |
H A D | rpc_msg.h | 145 #define rm_reply ru.RM_rmb macro
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | nfs_cast.c | 459 if (msg.rm_reply.rp_stat == MSG_ACCEPTED && in nfs_cast()
|
/titanic_50/usr/src/uts/common/idmap/ |
H A D | idmap_kapi.c | 1486 if (reply_msg.rm_reply.rp_stat != MSG_ACCEPTED || in kidmap_rpc_call() 1487 reply_msg.rm_reply.rp_acpt.ar_stat != SUCCESS) { in kidmap_rpc_call()
|