Home
last modified time | relevance | path

Searched refs:re_status (Results 1 – 11 of 11) sorted by relevance

/dragonfly/lib/libc/rpc/
H A Drpc_prot.c233 error->re_status = RPC_PROGUNAVAIL; in accepted()
241 error->re_status = RPC_PROCUNAVAIL; in accepted()
249 error->re_status = RPC_SYSTEMERROR; in accepted()
253 error->re_status = RPC_SUCCESS; in accepted()
258 error->re_status = RPC_FAILED; in accepted()
271 error->re_status = RPC_VERSMISMATCH; in rejected()
275 error->re_status = RPC_AUTHERROR; in rejected()
280 error->re_status = RPC_FAILED; in rejected()
300 error->re_status = RPC_SUCCESS; in _seterr_reply()
311 error->re_status = RPC_FAILED; in _seterr_reply()
[all …]
H A Dclnt_vc.c345 ct->ct_error.re_status = RPC_SUCCESS; in clnt_vc_call()
356 return (ct->ct_error.re_status); in clnt_vc_call()
385 return (ct->ct_error.re_status); in clnt_vc_call()
392 return (ct->ct_error.re_status); in clnt_vc_call()
405 ct->ct_error.re_status = RPC_AUTHERROR; in clnt_vc_call()
423 return (ct->ct_error.re_status); in clnt_vc_call()
652 ct->ct_error.re_status = RPC_TIMEDOUT; in read_vc()
658 ct->ct_error.re_status = RPC_CANTRECV; in read_vc()
677 ct->ct_error.re_status = RPC_CANTRECV; in read_vc()
683 ct->ct_error.re_status = RPC_CANTRECV; in read_vc()
[all …]
H A Dclnt_dg.c333 cu->cu_error.re_status = RPC_CANTSEND; in clnt_dg_call()
355 cu->cu_error.re_status = RPC_CANTSEND; in clnt_dg_call()
386 cu->cu_error.re_status = RPC_CANTSEND; in clnt_dg_call()
394 cu->cu_error.re_status = RPC_TIMEDOUT; in clnt_dg_call()
426 cu->cu_error.re_status = RPC_CANTRECV; in clnt_dg_call()
436 cu->cu_error.re_status = RPC_CANTRECV; in clnt_dg_call()
449 cu->cu_error.re_status = RPC_CANTRECV; in clnt_dg_call()
457 cu->cu_error.re_status = RPC_TIMEDOUT; in clnt_dg_call()
483 cu->cu_error.re_status = RPC_SUCCESS; in clnt_dg_call()
490 cu->cu_error.re_status = RPC_AUTHERROR; in clnt_dg_call()
[all …]
H A Dclnt_perror.c94 strncpy(str, clnt_sperrno(e.re_status), len - 1); in clnt_sperror()
99 switch (e.re_status) { in clnt_sperror()
249 clnt_sperrno(rpc_createerr.cf_error.re_status), len - 4); in clnt_spcreateerror()
H A Dclnt_raw.c202 status = error.re_status; in clnt_raw_call()
/dragonfly/lib/libypclnt/
H A Dypclnt_passwd.c194 if (rpcerr.re_status != RPC_SUCCESS) { in yppasswd_local()
275 if (rpcerr.re_status != RPC_SUCCESS) { in yppasswd_remote()
/dragonfly/usr.sbin/yppush/
H A Dyppush_main.c346 if (err.re_status != RPC_SUCCESS && in yppush_send_xfr()
347 err.re_status != RPC_TIMEDOUT) { in yppush_send_xfr()
/dragonfly/include/rpc/
H A Dclnt.h67 enum clnt_stat re_status; member
/dragonfly/usr.sbin/ypserv/
H A Dyp_server.c298 if (err.re_status != RPC_SUCCESS &&
299 err.re_status != RPC_TIMEDOUT)
/dragonfly/usr.bin/rpcinfo/
H A Drpcinfo.c489 rpc_createerr.cf_error.re_status = RPC_FAILED;
1508 if (rpcerr.re_status != RPC_SUCCESS) {
1590 rpc_createerr.cf_error.re_status = RPC_FAILED;
/dragonfly/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1274 if (reply_error.re_status != RPC_SUCCESS) { in handle_reply()
1277 clnt_sperrno(reply_error.re_status)); in handle_reply()