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

/freebsd-10.1-release/lib/libc/rpc/
H A Drpc_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
[all...]
H A Dclnt_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...]
H A Dclnt_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
[all...]
H A Dclnt_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);
H A Dclnt_raw.c216 status = error.re_status;
/freebsd-10.1-release/sys/rpc/
H A Dclnt_bck.c265 errp->re_status = stat = RPC_SUCCESS;
270 errp->re_status = stat = RPC_CANTENCODEARGS;
287 * the connection. The svc code will have set ct_error.re_status
293 if (ct->ct_error.re_status == RPC_CANTRECV) {
296 errp->re_status = RPC_CANTRECV;
334 errp->re_status = stat = RPC_CANTSEND;
346 errp->re_status = stat = RPC_CANTRECV;
359 errp->re_status = stat = RPC_TIMEDOUT;
385 errp->re_status = stat;
395 errp->re_status
[all...]
H A Dclnt_dg.c396 errp->re_status = stat = RPC_CANTSEND;
449 errp->re_status = stat = RPC_CANTENCODEARGS;
468 errp->re_status = stat = RPC_INTR;
470 errp->re_status = stat = RPC_CANTSEND;
500 errp->re_status = stat = RPC_CANTSEND;
516 errp->re_status = stat = RPC_CANTRECV;
539 errp->re_status = stat = RPC_TIMEDOUT;
584 errp->re_status = stat = RPC_CANTRECV;
640 errp->re_status = stat = RPC_INTR;
642 errp->re_status
[all...]
H A Dclnt_vc.c358 errp->re_status = stat = RPC_SUCCESS;
363 errp->re_status = stat = RPC_CANTENCODEARGS;
380 * the connection. The upcall will have set ct_error.re_status
386 if (ct->ct_error.re_status == RPC_CANTRECV) {
389 errp->re_status = RPC_CANTRECV;
422 errp->re_status = stat = RPC_CANTSEND;
434 errp->re_status = stat = RPC_CANTRECV;
447 errp->re_status = stat = RPC_TIMEDOUT;
473 errp->re_status = stat;
483 errp->re_status
[all...]
H A Drpc_prot.c257 error->re_status = RPC_PROGUNAVAIL;
261 error->re_status = RPC_PROGVERSMISMATCH;
334 error->re_status = stat;
H A Dclnt.h76 enum clnt_stat re_status; member in struct:rpc_err
/freebsd-10.1-release/contrib/amd/libamu/
H A Dmisc_rpc.c106 if (err.re_status != RPC_SUCCESS) {
/freebsd-10.1-release/lib/libypclnt/
H A Dypclnt_passwd.c194 if (rpcerr.re_status != RPC_SUCCESS) {
275 if (rpcerr.re_status != RPC_SUCCESS) {
/freebsd-10.1-release/usr.sbin/yppush/
H A Dyppush_main.c348 if (err.re_status != RPC_SUCCESS &&
349 err.re_status != RPC_TIMEDOUT) {
/freebsd-10.1-release/include/rpc/
H A Dclnt.h68 enum clnt_stat re_status; member in struct:rpc_err
/freebsd-10.1-release/usr.sbin/ypserv/
H A Dyp_server.c300 if (err.re_status != RPC_SUCCESS &&
301 err.re_status != RPC_TIMEDOUT)
/freebsd-10.1-release/usr.bin/rpcinfo/
H A Drpcinfo.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;
/freebsd-10.1-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1277 if (reply_error.re_status != RPC_SUCCESS) {
1280 clnt_sperrno(reply_error.re_status));

Completed in 143 milliseconds