Home
last modified time | relevance | path

Searched refs:MSG_ACCEPTED (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_prot.c132 { MSG_ACCEPTED, xdr_accepted_reply },
149 rmsg->rm_reply.rp_stat == MSG_ACCEPTED && in xdr_replymsg()
191 if (rmsg->rm_reply.rp_stat != MSG_ACCEPTED) { in xdr_replymsg()
264 rmsg->rm_reply.rp_stat != MSG_ACCEPTED || in xdr_replymsg_hdr()
370 error->re_lb.s1 = (int32_t)MSG_ACCEPTED; in accepted()
400 case MSG_ACCEPTED: in _seterr_reply()
442 msg->rm_reply.rp_stat == MSG_ACCEPTED && in xdr_rpc_free_verifier()
H A Drpc_msg.h62 MSG_ACCEPTED = 0, enumerator
H A Dsvc.c1091 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()
1213 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noprog()
1235 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_progvers()
H A Dsvc_cots.c434 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_cots_ksend()
675 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_cots_kgetres()
H A Dsvc_clts.c456 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_clts_ksend()
699 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_clts_kgetres()
H A Dclnt_rdma.c1056 reply_msg.rm_reply.rp_stat = MSG_ACCEPTED; in clnt_rdma_kcallit()
H A Dsvc_rdma.c857 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_rdma_ksend()
H A Dclnt_clts.c778 reply_msg.rm_reply.rp_stat = MSG_ACCEPTED; in clnt_clts_kcallit_addr()
H A Dclnt_cots.c1352 reply_msg.rm_reply.rp_stat = MSG_ACCEPTED; in clnt_cots_kcallit()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_prot.c133 rmsg->rm_reply.rp_stat == MSG_ACCEPTED && in xdr_replymsg()
176 if (rmsg->rm_reply.rp_stat != MSG_ACCEPTED) { in xdr_replymsg()
232 reply_dscrm[0].value = (int)MSG_ACCEPTED; in xdr_replymsg()
300 error->re_lb.s1 = (int32_t)MSG_ACCEPTED; in accepted()
330 case MSG_ACCEPTED: in __seterr_reply()
H A Dsvc.c1104 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()
1223 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noprog()
1239 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_progvers()
H A Dclnt_raw.c195 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_raw_call()
H A Dclnt_dg.c559 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 Dclnt_door.c245 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED && in clnt_door_call()
H A Dclnt_bcast.c553 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) && in rpc_broadcast_exp()
H A Dclnt_vc.c751 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 Dsvc_dg.c485 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_dg_reply()
H A Dsvc_vc.c1738 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_vc_reply()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c147 case MSG_ACCEPTED: in interpret_rpc()
626 case MSG_ACCEPTED: in rpc_detail_reply()
707 (msg.rm_reply.rp_stat == MSG_ACCEPTED || in valid_rpc()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c457 if (msg.rm_reply.rp_stat == MSG_ACCEPTED && in nfs_cast()
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_kapi.c1493 if (reply_msg.rm_reply.rp_stat != MSG_ACCEPTED || in kidmap_rpc_call()