Searched refs:MSG_ACCEPTED (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/sys/rpc/
H A Drpc_prot.c94 * XDR the MSG_ACCEPTED part of a reply message union
168 { (int)MSG_ACCEPTED, (xdrproc_t)xdr_accepted_reply },
195 if (rmsg->rm_reply.rp_stat == MSG_ACCEPTED)
279 error->re_lb.s1 = (int32_t)MSG_ACCEPTED;
318 case MSG_ACCEPTED:
H A Drpc_msg.h61 MSG_ACCEPTED=0, enumerator in enum:reply_stat
H A Dsvc.c560 rply.rm_reply.rp_stat = MSG_ACCEPTED;
586 rply.rm_reply.rp_stat = MSG_ACCEPTED;
606 rply.rm_reply.rp_stat = MSG_ACCEPTED;
628 rply.rm_reply.rp_stat = MSG_ACCEPTED;
650 rply.rm_reply.rp_stat = MSG_ACCEPTED;
704 rply.rm_reply.rp_stat = MSG_ACCEPTED;
726 rply.rm_reply.rp_stat = MSG_ACCEPTED;
H A Dsvc_dg.c245 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dsvc_vc.c807 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
860 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dclnt_dg.c704 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
H A Dclnt_vc.c511 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
/freebsd-10.0-release/include/rpc/
H A Drpc_msg.h61 MSG_ACCEPTED=0, enumerator in enum:reply_stat
/freebsd-10.0-release/lib/libc/rpc/
H A Drpc_prot.c104 * XDR the MSG_ACCEPTED part of a reply message union
178 { (int)MSG_ACCEPTED, (xdrproc_t)xdr_accepted_reply },
278 error->re_lb.s1 = (int32_t)MSG_ACCEPTED;
321 case MSG_ACCEPTED:
H A Dsvc.c384 rply.rm_reply.rp_stat = MSG_ACCEPTED;
404 rply.rm_reply.rp_stat = MSG_ACCEPTED;
422 rply.rm_reply.rp_stat = MSG_ACCEPTED;
440 rply.rm_reply.rp_stat = MSG_ACCEPTED;
529 rply.rm_reply.rp_stat = MSG_ACCEPTED;
549 rply.rm_reply.rp_stat = MSG_ACCEPTED;
H A Dsvc_raw.c184 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dclnt_bcast.c585 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
H A Dclnt_dg.c534 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
H A Dsvc_dg.c353 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dsvc_vc.c669 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
/freebsd-10.0-release/contrib/amd/libamu/
H A Dmisc_rpc.c112 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED &&

Completed in 300 milliseconds