Home
last modified time | relevance | path

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

/trueos/lib/libc/rpc/
HDrpc_prot.c251 error->re_status = RPC_PROGUNAVAIL;
255 error->re_status = RPC_PROGVERSMISMATCH;
259 error->re_status = RPC_PROCUNAVAIL;
263 error->re_status = RPC_CANTDECODEARGS;
267 error->re_status = RPC_SYSTEMERROR;
271 error->re_status = RPC_SUCCESS;
276 error->re_status = RPC_FAILED;
291 error->re_status = RPC_VERSMISMATCH;
295 error->re_status = RPC_AUTHERROR;
300 error->re_status = RPC_FAILED;
[all …]
HDclnt_vc.c360 ct->ct_error.re_status = RPC_SUCCESS;
368 if (ct->ct_error.re_status == RPC_SUCCESS)
369 ct->ct_error.re_status = RPC_CANTENCODEARGS;
372 return (ct->ct_error.re_status);
379 if (ct->ct_error.re_status == RPC_SUCCESS)
380 ct->ct_error.re_status = RPC_CANTENCODEARGS;
383 return (ct->ct_error.re_status);
388 return (ct->ct_error.re_status = RPC_CANTSEND);
399 return(ct->ct_error.re_status = RPC_TIMEDOUT);
413 return (ct->ct_error.re_status);
[all …]
HDclnt_dg.c357 cu->cu_error.re_status = RPC_CANTSEND;
379 cu->cu_error.re_status = RPC_CANTSEND;
405 cu->cu_error.re_status = RPC_CANTENCODEARGS;
413 cu->cu_error.re_status = RPC_CANTENCODEARGS;
422 cu->cu_error.re_status = RPC_CANTSEND;
430 cu->cu_error.re_status = RPC_TIMEDOUT;
467 cu->cu_error.re_status = RPC_CANTRECV;
477 cu->cu_error.re_status = RPC_CANTRECV;
490 cu->cu_error.re_status = RPC_CANTRECV;
498 cu->cu_error.re_status = RPC_TIMEDOUT;
[all …]
HDclnt_perror.c101 (void)strncpy(str, clnt_sperrno(e.re_status), len - 1);
106 switch (e.re_status) {
261 clnt_sperrno(rpc_createerr.cf_error.re_status), len - 4);
HDclnt_raw.c216 status = error.re_status;
/trueos/sys/rpc/
HDclnt_bck.c265 errp->re_status = stat = RPC_SUCCESS; in clnt_bck_call()
270 errp->re_status = stat = RPC_CANTENCODEARGS; in clnt_bck_call()
293 if (ct->ct_error.re_status == RPC_CANTRECV) { in clnt_bck_call()
296 errp->re_status = RPC_CANTRECV; in clnt_bck_call()
334 errp->re_status = stat = RPC_CANTSEND; in clnt_bck_call()
346 errp->re_status = stat = RPC_CANTRECV; in clnt_bck_call()
359 errp->re_status = stat = RPC_TIMEDOUT; in clnt_bck_call()
385 errp->re_status = stat; in clnt_bck_call()
395 errp->re_status = stat = RPC_CANTRECV; in clnt_bck_call()
417 errp->re_status = stat = RPC_SUCCESS; in clnt_bck_call()
[all …]
HDclnt_dg.c396 errp->re_status = stat = RPC_CANTSEND; in clnt_dg_call()
449 errp->re_status = stat = RPC_CANTENCODEARGS; in clnt_dg_call()
468 errp->re_status = stat = RPC_INTR; in clnt_dg_call()
470 errp->re_status = stat = RPC_CANTSEND; in clnt_dg_call()
500 errp->re_status = stat = RPC_CANTSEND; in clnt_dg_call()
516 errp->re_status = stat = RPC_CANTRECV; in clnt_dg_call()
539 errp->re_status = stat = RPC_TIMEDOUT; in clnt_dg_call()
584 errp->re_status = stat = RPC_CANTRECV; in clnt_dg_call()
640 errp->re_status = stat = RPC_INTR; in clnt_dg_call()
642 errp->re_status = stat = RPC_CANTRECV; in clnt_dg_call()
[all …]
HDclnt_vc.c358 errp->re_status = stat = RPC_SUCCESS; in clnt_vc_call()
363 errp->re_status = stat = RPC_CANTENCODEARGS; in clnt_vc_call()
386 if (ct->ct_error.re_status == RPC_CANTRECV) { in clnt_vc_call()
389 errp->re_status = RPC_CANTRECV; in clnt_vc_call()
422 errp->re_status = stat = RPC_CANTSEND; in clnt_vc_call()
434 errp->re_status = stat = RPC_CANTRECV; in clnt_vc_call()
447 errp->re_status = stat = RPC_TIMEDOUT; in clnt_vc_call()
473 errp->re_status = stat; in clnt_vc_call()
483 errp->re_status = stat = RPC_CANTRECV; in clnt_vc_call()
505 errp->re_status = stat = RPC_SUCCESS; in clnt_vc_call()
[all …]
HDrpc_prot.c257 error->re_status = RPC_PROGUNAVAIL; in accepted()
261 error->re_status = RPC_PROGVERSMISMATCH; in accepted()
334 error->re_status = stat; in _seterr_reply()
HDclnt.h76 enum clnt_stat re_status; member
/trueos/lib/libypclnt/
HDypclnt_passwd.c194 if (rpcerr.re_status != RPC_SUCCESS) { in yppasswd_local()
275 if (rpcerr.re_status != RPC_SUCCESS) { in yppasswd_remote()
/trueos/usr.sbin/yppush/
HDyppush_main.c348 if (err.re_status != RPC_SUCCESS && in yppush_send_xfr()
349 err.re_status != RPC_TIMEDOUT) { in yppush_send_xfr()
/trueos/contrib/amd/libamu/
HDmisc_rpc.c106 if (err.re_status != RPC_SUCCESS) { in pickup_rpc_reply()
/trueos/include/rpc/
HDclnt.h68 enum clnt_stat re_status; member
/trueos/usr.sbin/ypserv/
HDyp_server.c300 if (err.re_status != RPC_SUCCESS &&
301 err.re_status != RPC_TIMEDOUT)
/trueos/usr.bin/rpcinfo/
HDrpcinfo.c500 rpc_createerr.cf_error.re_status = RPC_FAILED;
1530 if (rpcerr.re_status != RPC_SUCCESS) {
1612 rpc_createerr.cf_error.re_status = RPC_FAILED;
/trueos/usr.sbin/rpcbind/
HDrpcb_svc_com.c1260 if (reply_error.re_status != RPC_SUCCESS) { in handle_reply()
1263 clnt_sperrno(reply_error.re_status)); in handle_reply()
/trueos/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
HDrpcb_svc_com.c1251 if (reply_error.re_status != RPC_SUCCESS) { in handle_reply()
1254 clnt_sperrno(reply_error.re_status)); in handle_reply()