Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Drpc_prot.c232 error->re_status = RPC_PROGUNAVAIL; in accepted()
240 error->re_status = RPC_PROCUNAVAIL; in accepted()
248 error->re_status = RPC_SYSTEMERROR; in accepted()
252 error->re_status = RPC_SUCCESS; in accepted()
257 error->re_status = RPC_FAILED; in accepted()
270 error->re_status = RPC_VERSMISMATCH; in rejected()
274 error->re_status = RPC_AUTHERROR; in rejected()
279 error->re_status = RPC_FAILED; in rejected()
299 error->re_status = RPC_SUCCESS; in _seterr_reply()
310 error->re_status = RPC_FAILED; in _seterr_reply()
[all …]
H A Dclnt_vc.c347 ct->ct_error.re_status = RPC_SUCCESS; in clnt_vc_call()
359 return (ct->ct_error.re_status); in clnt_vc_call()
370 return (ct->ct_error.re_status); in clnt_vc_call()
400 return (ct->ct_error.re_status); in clnt_vc_call()
407 return (ct->ct_error.re_status); in clnt_vc_call()
431 ct->ct_error.re_status = in clnt_vc_call()
448 return (ct->ct_error.re_status); in clnt_vc_call()
679 ct->ct_error.re_status = RPC_TIMEDOUT; in read_vc()
685 ct->ct_error.re_status = RPC_CANTRECV; in read_vc()
704 ct->ct_error.re_status = RPC_CANTRECV; in read_vc()
[all …]
H A Dclnt_dg.c356 cu->cu_error.re_status = RPC_CANTSEND; in clnt_dg_call()
378 cu->cu_error.re_status = RPC_CANTSEND; in clnt_dg_call()
421 cu->cu_error.re_status = RPC_CANTSEND; in clnt_dg_call()
429 cu->cu_error.re_status = RPC_TIMEDOUT; in clnt_dg_call()
466 cu->cu_error.re_status = RPC_CANTRECV; in clnt_dg_call()
476 cu->cu_error.re_status = RPC_CANTRECV; in clnt_dg_call()
489 cu->cu_error.re_status = RPC_CANTRECV; in clnt_dg_call()
497 cu->cu_error.re_status = RPC_TIMEDOUT; in clnt_dg_call()
533 cu->cu_error.re_status = RPC_SUCCESS; in clnt_dg_call()
568 cu->cu_error.re_status = in clnt_dg_call()
[all …]
H A Dclnt_perror.c94 (void)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.c203 status = error.re_status; in clnt_raw_call()
/freebsd/sys/rpc/
H A Dclnt_bck.c260 errp->re_status = stat = RPC_SUCCESS; in clnt_bck_call()
265 errp->re_status = stat = RPC_CANTENCODEARGS; in clnt_bck_call()
291 errp->re_status = RPC_CANTRECV; in clnt_bck_call()
342 errp->re_status = stat = RPC_CANTSEND; in clnt_bck_call()
354 errp->re_status = stat = RPC_CANTRECV; in clnt_bck_call()
367 errp->re_status = stat = RPC_TIMEDOUT; in clnt_bck_call()
393 errp->re_status = stat; in clnt_bck_call()
403 errp->re_status = stat = RPC_CANTRECV; in clnt_bck_call()
425 errp->re_status = stat = RPC_SUCCESS; in clnt_bck_call()
433 errp->re_status = stat = RPC_AUTHERROR; in clnt_bck_call()
[all …]
H A Dclnt_dg.c393 errp->re_status = stat = RPC_CANTSEND; in clnt_dg_call()
461 errp->re_status = stat = RPC_INTR; in clnt_dg_call()
463 errp->re_status = stat = RPC_CANTSEND; in clnt_dg_call()
493 errp->re_status = stat = RPC_CANTSEND; in clnt_dg_call()
509 errp->re_status = stat = RPC_CANTRECV; in clnt_dg_call()
532 errp->re_status = stat = RPC_TIMEDOUT; in clnt_dg_call()
577 errp->re_status = stat = RPC_CANTRECV; in clnt_dg_call()
633 errp->re_status = stat = RPC_INTR; in clnt_dg_call()
644 errp->re_status = stat = RPC_TIMEDOUT; in clnt_dg_call()
696 errp->re_status = stat = RPC_SUCCESS; in clnt_dg_call()
[all …]
H A Dclnt_vc.c376 errp->re_status = stat = RPC_SUCCESS; in clnt_vc_call()
407 errp->re_status = RPC_CANTRECV; in clnt_vc_call()
463 errp->re_status = stat = RPC_CANTSEND; in clnt_vc_call()
475 errp->re_status = stat = RPC_CANTRECV; in clnt_vc_call()
488 errp->re_status = stat = RPC_TIMEDOUT; in clnt_vc_call()
514 errp->re_status = stat; in clnt_vc_call()
524 errp->re_status = stat = RPC_CANTRECV; in clnt_vc_call()
546 errp->re_status = stat = RPC_SUCCESS; in clnt_vc_call()
555 errp->re_status = stat = RPC_AUTHERROR; in clnt_vc_call()
579 errp->re_status = stat = RPC_CANTDECODERES; in clnt_vc_call()
[all …]
H A Drpc_prot.c251 error->re_status = RPC_PROGUNAVAIL; in accepted()
255 error->re_status = RPC_PROGVERSMISMATCH; in accepted()
328 error->re_status = stat; in _seterr_reply()
H A Dclnt.h74 enum clnt_stat re_status; member
/freebsd/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()
/freebsd/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()
/freebsd/include/rpc/
H A Dclnt.h66 enum clnt_stat re_status; member
/freebsd/usr.sbin/ypserv/
H A Dyp_server.c301 if (err.re_status != RPC_SUCCESS &&
302 err.re_status != RPC_TIMEDOUT)
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c490 rpc_createerr.cf_error.re_status = RPC_FAILED;
1522 if (rpcerr.re_status != RPC_SUCCESS) {
1604 rpc_createerr.cf_error.re_status = RPC_FAILED;
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1281 if (reply_error.re_status != RPC_SUCCESS) { in handle_reply()
1284 clnt_sperrno(reply_error.re_status)); in handle_reply()