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

/freebsd-10.3-release/sys/rpc/
H A Drpc_prot.c93 * XDR the MSG_ACCEPTED part of a reply message union
167 { (int)MSG_ACCEPTED, (xdrproc_t)xdr_accepted_reply },
194 if (rmsg->rm_reply.rp_stat == MSG_ACCEPTED)
278 error->re_lb.s1 = (int32_t)MSG_ACCEPTED;
317 case MSG_ACCEPTED:
H A Drpc_msg.h60 MSG_ACCEPTED=0, enumerator in enum:reply_stat
H A Dsvc.c658 rply.rm_reply.rp_stat = MSG_ACCEPTED;
684 rply.rm_reply.rp_stat = MSG_ACCEPTED;
704 rply.rm_reply.rp_stat = MSG_ACCEPTED;
726 rply.rm_reply.rp_stat = MSG_ACCEPTED;
748 rply.rm_reply.rp_stat = MSG_ACCEPTED;
802 rply.rm_reply.rp_stat = MSG_ACCEPTED;
824 rply.rm_reply.rp_stat = MSG_ACCEPTED;
H A Dsvc_dg.c244 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dsvc_vc.c849 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
906 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dclnt_bck.c415 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
H A Dclnt_dg.c701 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
H A Dclnt_vc.c503 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
/freebsd-10.3-release/include/rpc/
H A Drpc_msg.h60 MSG_ACCEPTED=0, enumerator in enum:reply_stat
/freebsd-10.3-release/lib/libc/rpc/
H A Drpc_prot.c103 * XDR the MSG_ACCEPTED part of a reply message union
177 { (int)MSG_ACCEPTED, (xdrproc_t)xdr_accepted_reply },
277 error->re_lb.s1 = (int32_t)MSG_ACCEPTED;
320 case MSG_ACCEPTED:
H A Dsvc.c381 rply.rm_reply.rp_stat = MSG_ACCEPTED;
401 rply.rm_reply.rp_stat = MSG_ACCEPTED;
419 rply.rm_reply.rp_stat = MSG_ACCEPTED;
437 rply.rm_reply.rp_stat = MSG_ACCEPTED;
526 rply.rm_reply.rp_stat = MSG_ACCEPTED;
546 rply.rm_reply.rp_stat = MSG_ACCEPTED;
H A Dsvc_raw.c183 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dclnt_bcast.c584 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
H A Dclnt_dg.c532 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
H A Dsvc_dg.c352 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dsvc_vc.c680 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
/freebsd-10.3-release/contrib/amd/libamu/
H A Dmisc_rpc.c112 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED &&

Completed in 91 milliseconds