Searched refs:rm_reply (Results 1 – 20 of 20) sorted by relevance
190 rmsg->rm_reply.rp_stat = in xdr_replymsg()192 if (rmsg->rm_reply.rp_stat == MSG_ACCEPTED) in xdr_replymsg()195 else if (rmsg->rm_reply.rp_stat == MSG_DENIED) in xdr_replymsg()204 prp_stat = &rmsg->rm_reply.rp_stat; in xdr_replymsg()211 (caddr_t)(void *)&(rmsg->rm_reply.ru), reply_dscrm, in xdr_replymsg()313 switch (msg->rm_reply.rp_stat) { in _seterr_reply()329 error->re_lb.s1 = (int32_t)(msg->rm_reply.rp_stat); in _seterr_reply()
247 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_dg_reply()248 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_dg_reply()
704 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply()730 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply_mbuf()750 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noproc()772 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_decode()794 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_systemerr()816 rply.rm_reply.rp_stat = MSG_DENIED; in svcerr_auth()848 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noprog()870 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_progvers()
158 #define rm_reply ru.RM_rmb macro
1018 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_vc_reply()1019 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_vc_reply()1102 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_vc_backchannel_reply()1103 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_vc_backchannel_reply()
428 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_bck_call()
699 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call()
549 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_vc_call()
185 prp_stat = &rmsg->rm_reply.rp_stat; in xdr_replymsg()192 (caddr_t)(void *)&(rmsg->rm_reply.ru), reply_dscrm, in xdr_replymsg()299 switch (msg->rm_reply.rp_stat) { in _seterr_reply()315 error->re_lb.s1 = (int32_t)(msg->rm_reply.rp_stat); in _seterr_reply()
367 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply()386 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noproc()403 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_decode()420 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_systemerr()472 rply.rm_reply.rp_stat = MSG_DENIED; in svcerr_auth()501 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noprog()518 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_progvers()
177 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_raw_reply()178 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_raw_reply()
343 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_dg_reply()344 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_dg_reply()
641 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_vc_reply()642 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_vc_reply()
588 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) && in rpc_broadcast_exp()
535 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call()
370 ND_TCHECK_4(rp->rm_reply.rp_stat); in nfsreply_noaddr_print()371 reply_stat = GET_BE_U_4(&rp->rm_reply.rp_stat); in nfsreply_noaddr_print()382 ND_TCHECK_4(rp->rm_reply.rp_reject.rj_stat); in nfsreply_noaddr_print()383 rstat = GET_BE_U_4(&rp->rm_reply.rp_reject.rj_stat); in nfsreply_noaddr_print()387 ND_TCHECK_4(rp->rm_reply.rp_reject.rj_vers.high); in nfsreply_noaddr_print()388 rlow = GET_BE_U_4(&rp->rm_reply.rp_reject.rj_vers.low); in nfsreply_noaddr_print()389 rhigh = GET_BE_U_4(&rp->rm_reply.rp_reject.rj_vers.high); in nfsreply_noaddr_print()394 ND_TCHECK_4(rp->rm_reply.rp_reject.rj_why); in nfsreply_noaddr_print()395 rwhy = GET_BE_U_4(&rp->rm_reply.rp_reject.rj_why); in nfsreply_noaddr_print()1086 dp = ((const uint32_t *)&rp->rm_reply) + 1; in parserep()
124 #define rm_reply ru.RM_rmb macro
498 if (reply->rm_reply.rp_stat == MSG_DENIED in rpc_gss_refresh()499 && reply->rm_reply.rp_rjct.rj_stat == AUTH_ERROR in rpc_gss_refresh()500 && (reply->rm_reply.rp_rjct.rj_why == RPCSEC_GSS_CREDPROBLEM in rpc_gss_refresh()501 || reply->rm_reply.rp_rjct.rj_why == RPCSEC_GSS_CTXPROBLEM)) { in rpc_gss_refresh()
1041 if (reply->rm_reply.rp_stat == MSG_DENIED in rpc_gss_refresh()1042 && reply->rm_reply.rp_rjct.rj_stat == AUTH_ERROR in rpc_gss_refresh()1043 && (reply->rm_reply.rp_rjct.rj_why == RPCSEC_GSS_CREDPROBLEM in rpc_gss_refresh()1044 || reply->rm_reply.rp_rjct.rj_why == RPCSEC_GSS_CTXPROBLEM)) { in rpc_gss_refresh()