HomeSort by: relevance | last modified time | path
    Searched refs:rp_stat (Results 1 - 6 of 6) sorted by relevancy

  /src/include/rpc/
rpc_msg.h 125 enum reply_stat rp_stat; member in struct:reply_body
  /src/lib/libc/rpc/
rpc_prot.c 191 return (xdr_union(xdrs, (enum_t *)(void *)&(rmsg->rm_reply.rp_stat),
296 switch (msg->rm_reply.rp_stat) {
312 error->re_lb.s1 = (int32_t)(msg->rm_reply.rp_stat);
svc.c 450 rply.rm_reply.rp_stat = MSG_ACCEPTED;
469 rply.rm_reply.rp_stat = MSG_ACCEPTED;
486 rply.rm_reply.rp_stat = MSG_ACCEPTED;
503 rply.rm_reply.rp_stat = MSG_ACCEPTED;
565 rply.rm_reply.rp_stat = MSG_DENIED;
594 rply.rm_reply.rp_stat = MSG_ACCEPTED;
611 rply.rm_reply.rp_stat = MSG_ACCEPTED;
clnt_bcast.c 602 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
clnt_dg.c 467 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
  /src/usr.sbin/ypbind/
ypbind.c 1258 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
1316 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) &&

Completed in 15 milliseconds