/illumos-gate/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 | svc.c | 1091 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply() 1114 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noproc() 1135 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_decode() 1151 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_systemerr() 1167 rply.rm_reply.rp_stat = MSG_DENIED; in svcerr_auth() 1192 rply.rm_reply.rp_stat = MSG_DENIED; in svcerr_badcred() 1213 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noprog() 1235 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_progvers()
|
H A D | rpc_msg.h | 159 #define rm_reply ru.RM_rmb macro
|
H A D | svc_cots.c | 434 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_cots_ksend() 435 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_cots_ksend() 675 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_cots_kgetres()
|
H A D | svc_clts.c | 456 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_clts_ksend() 457 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_clts_ksend() 699 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_clts_kgetres()
|
H A D | svc_rdma.c | 78 ((msg)->rm_reply.rp_acpt.ar_verf.oa_flavor == RPCSEC_GSS) 857 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_rdma_ksend() 858 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 | 1352 reply_msg.rm_reply.rp_stat = MSG_ACCEPTED; in clnt_cots_kcallit()
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rpc_prot.c | 133 rmsg->rm_reply.rp_stat == MSG_ACCEPTED && in xdr_replymsg() 136 RNDUP(rmsg->rm_reply.rp_acpt.ar_verf.oa_length)))) != NULL) { in xdr_replymsg() 139 IXDR_PUT_ENUM(buf, rmsg->rm_reply.rp_stat); in xdr_replymsg() 140 ar = &rmsg->rm_reply.rp_acpt; in xdr_replymsg() 175 rmsg->rm_reply.rp_stat = IXDR_GET_ENUM(buf, enum reply_stat); in xdr_replymsg() 176 if (rmsg->rm_reply.rp_stat != MSG_ACCEPTED) { in xdr_replymsg() 177 if (rmsg->rm_reply.rp_stat == MSG_DENIED) in xdr_replymsg() 179 &rmsg->rm_reply.rp_rjct)); in xdr_replymsg() 182 ar = &rmsg->rm_reply.rp_acpt; in xdr_replymsg() 241 return (xdr_union(xdrs, (enum_t *)&(rmsg->rm_reply.rp_stat), in xdr_replymsg() [all …]
|
H A D | svc.c | 1104 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply() 1121 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noproc() 1136 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_decode() 1151 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_systemerr() 1199 rply.rm_reply.rp_stat = MSG_DENIED; in svcerr_auth() 1223 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noprog() 1239 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_progvers()
|
H A D | clnt_raw.c | 195 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_raw_call()
|
H A D | clnt_dg.c | 559 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call() 606 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED && in clnt_dg_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_door.c | 245 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED && in clnt_door_call()
|
H A D | clnt_bcast.c | 553 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) && in rpc_broadcast_exp()
|
H A D | clnt_vc.c | 751 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_vc_call() 792 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED && in clnt_vc_call()
|
H A D | svc_vc.c | 1738 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_vc_reply() 1739 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_vc_reply()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rpc.c | 706 (uint_t *)&msg.rm_reply.rp_stat) && in valid_rpc() 707 (msg.rm_reply.rp_stat == MSG_ACCEPTED || in valid_rpc() 708 msg.rm_reply.rp_stat == MSG_DENIED)) in valid_rpc()
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | nfs_cast.c | 457 if (msg.rm_reply.rp_stat == MSG_ACCEPTED && in nfs_cast()
|
/illumos-gate/usr/src/uts/common/idmap/ |
H A D | idmap_kapi.c | 1493 if (reply_msg.rm_reply.rp_stat != MSG_ACCEPTED || in kidmap_rpc_call() 1494 reply_msg.rm_reply.rp_acpt.ar_stat != SUCCESS) { in kidmap_rpc_call()
|