Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Drpc_prot.c232 error->re_status = RPC_PROGUNAVAIL; in accepted()
236 error->re_status = RPC_PROGVERSMISMATCH; in accepted()
240 error->re_status = RPC_PROCUNAVAIL; in accepted()
244 error->re_status = RPC_CANTDECODEARGS; 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()
[all …]
H A Dclnt_vc.c347 ct->ct_error.re_status = RPC_SUCCESS; in clnt_vc_call()
355 if (ct->ct_error.re_status == RPC_SUCCESS) in clnt_vc_call()
356 ct->ct_error.re_status = RPC_CANTENCODEARGS; in clnt_vc_call()
359 return (ct->ct_error.re_status); in clnt_vc_call()
366 if (ct->ct_error.re_status == RPC_SUCCESS) in clnt_vc_call()
367 ct->ct_error.re_status = RPC_CANTENCODEARGS; in clnt_vc_call()
370 return (ct->ct_error.re_status); in clnt_vc_call()
375 return (ct->ct_error.re_status = RPC_CANTSEND); in clnt_vc_call()
386 return(ct->ct_error.re_status = RPC_TIMEDOUT); in clnt_vc_call()
400 return (ct->ct_error.re_status); in clnt_vc_call()
[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()
404 cu->cu_error.re_status = RPC_CANTENCODEARGS; in clnt_dg_call()
412 cu->cu_error.re_status = RPC_CANTENCODEARGS; 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()
[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()
288 if (ct->ct_error.re_status == RPC_CANTRECV) { 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()
[all …]
H A Dclnt_dg.c393 errp->re_status = stat = RPC_CANTSEND; in clnt_dg_call()
442 errp->re_status = stat = RPC_CANTENCODEARGS; 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()
635 errp->re_status = stat = RPC_CANTRECV; in clnt_dg_call()
[all …]
H A Dclnt_vc.c371 errp->re_status = stat = RPC_SUCCESS; in clnt_vc_call()
376 errp->re_status = stat = RPC_CANTENCODEARGS; in clnt_vc_call()
399 if (ct->ct_error.re_status == RPC_CANTRECV) { in clnt_vc_call()
402 errp->re_status = RPC_CANTRECV; in clnt_vc_call()
458 errp->re_status = stat = RPC_CANTSEND; in clnt_vc_call()
470 errp->re_status = stat = RPC_CANTRECV; in clnt_vc_call()
483 errp->re_status = stat = RPC_TIMEDOUT; in clnt_vc_call()
509 errp->re_status = stat; in clnt_vc_call()
519 errp->re_status = stat = RPC_CANTRECV; in clnt_vc_call()
541 errp->re_status = stat = RPC_SUCCESS; in clnt_vc_call()
[all …]
H A Dclnt_nl.c301 stat = errp->re_status = RPC_CANTENCODEARGS; in clnt_nl_call()
304 stat = errp->re_status = RPC_SUCCESS; in clnt_nl_call()
354 stat = errp->re_status = RPC_CANTDECODERES; in clnt_nl_call()
361 stat = errp->re_status = RPC_SUCCESS; in clnt_nl_call()
369 stat = errp->re_status = RPC_AUTHERROR; in clnt_nl_call()
379 stat = errp->re_status = RPC_CANTRECV; in clnt_nl_call()
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.h70 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()