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

/freebsd-10.3-release/lib/libc/rpc/
H A Drpc_prot.c115 par_stat = &ar->ar_stat;
122 switch (ar->ar_stat) {
321 if (msg->acpted_rply.ar_stat == SUCCESS) {
325 accepted(msg->acpted_rply.ar_stat, error);
H A Dsvc.c383 rply.acpted_rply.ar_stat = SUCCESS;
403 rply.acpted_rply.ar_stat = PROC_UNAVAIL;
421 rply.acpted_rply.ar_stat = GARBAGE_ARGS;
439 rply.acpted_rply.ar_stat = SYSTEM_ERR;
528 rply.acpted_rply.ar_stat = PROG_UNAVAIL;
548 rply.acpted_rply.ar_stat = PROG_MISMATCH;
H A Dsvc_raw.c184 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) {
H A Dclnt_bcast.c585 (msg.acpted_rply.ar_stat == SUCCESS)) {
H A Dclnt_dg.c533 (reply_msg.acpted_rply.ar_stat == SUCCESS))
H A Dsvc_dg.c353 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) {
H A Dsvc_vc.c681 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) {
/freebsd-10.3-release/sys/rpc/
H A Drpc_prot.c103 par_stat = &ar->ar_stat;
110 switch (ar->ar_stat) {
318 if (msg->acpted_rply.ar_stat == SUCCESS) {
322 stat = accepted(msg->acpted_rply.ar_stat, error);
H A Drpc_msg.h89 enum accept_stat ar_stat; member in struct:accepted_reply
H A Dsvc.c660 rply.acpted_rply.ar_stat = SUCCESS;
686 rply.acpted_rply.ar_stat = SUCCESS;
706 rply.acpted_rply.ar_stat = PROC_UNAVAIL;
728 rply.acpted_rply.ar_stat = GARBAGE_ARGS;
750 rply.acpted_rply.ar_stat = SYSTEM_ERR;
804 rply.acpted_rply.ar_stat = PROG_UNAVAIL;
826 rply.acpted_rply.ar_stat = PROG_MISMATCH;
H A Dsvc_dg.c245 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) {
H A Dsvc_vc.c850 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) {
907 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) {
H A Dclnt_bck.c416 (reply_msg.acpted_rply.ar_stat == SUCCESS))
H A Dclnt_dg.c702 (reply_msg.acpted_rply.ar_stat == SUCCESS))
H A Dclnt_vc.c504 (reply_msg.acpted_rply.ar_stat == SUCCESS))
/freebsd-10.3-release/include/rpc/
H A Drpc_msg.h89 enum accept_stat ar_stat; member in struct:accepted_reply

Completed in 141 milliseconds