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

/freebsd-11.0-release/lib/libc/rpc/
H A Drpc_prot.c237 error->re_status = RPC_PROGUNAVAIL;
241 error->re_status = RPC_PROGVERSMISMATCH;
245 error->re_status = RPC_PROCUNAVAIL;
249 error->re_status = RPC_CANTDECODEARGS;
253 error->re_status = RPC_SYSTEMERROR;
257 error->re_status = RPC_SUCCESS;
262 error->re_status = RPC_FAILED;
275 error->re_status = RPC_VERSMISMATCH;
279 error->re_status = RPC_AUTHERROR;
284 error->re_status
[all...]
H A Dclnt_vc.c355 ct->ct_error.re_status = RPC_SUCCESS;
363 if (ct->ct_error.re_status == RPC_SUCCESS)
364 ct->ct_error.re_status = RPC_CANTENCODEARGS;
367 return (ct->ct_error.re_status);
374 if (ct->ct_error.re_status == RPC_SUCCESS)
375 ct->ct_error.re_status = RPC_CANTENCODEARGS;
378 return (ct->ct_error.re_status);
383 return (ct->ct_error.re_status = RPC_CANTSEND);
394 return(ct->ct_error.re_status = RPC_TIMEDOUT);
408 return (ct->ct_error.re_status);
[all...]
H A Dclnt_dg.c362 cu->cu_error.re_status = RPC_CANTSEND;
384 cu->cu_error.re_status = RPC_CANTSEND;
410 cu->cu_error.re_status = RPC_CANTENCODEARGS;
418 cu->cu_error.re_status = RPC_CANTENCODEARGS;
427 cu->cu_error.re_status = RPC_CANTSEND;
435 cu->cu_error.re_status = RPC_TIMEDOUT;
472 cu->cu_error.re_status = RPC_CANTRECV;
482 cu->cu_error.re_status = RPC_CANTRECV;
495 cu->cu_error.re_status = RPC_CANTRECV;
503 cu->cu_error.re_status
[all...]
H A Dclnt_perror.c99 (void)strncpy(str, clnt_sperrno(e.re_status), len - 1);
104 switch (e.re_status) {
254 clnt_sperrno(rpc_createerr.cf_error.re_status), len - 4);
H A Dclnt_raw.c208 status = error.re_status;
/freebsd-11.0-release/sys/rpc/
H A Dclnt_bck.c260 errp->re_status = stat = RPC_SUCCESS;
265 errp->re_status = stat = RPC_CANTENCODEARGS;
282 * the connection. The svc code will have set ct_error.re_status
288 if (ct->ct_error.re_status == RPC_CANTRECV) {
291 errp->re_status = RPC_CANTRECV;
329 errp->re_status = stat = RPC_CANTSEND;
341 errp->re_status = stat = RPC_CANTRECV;
354 errp->re_status = stat = RPC_TIMEDOUT;
380 errp->re_status = stat;
390 errp->re_status
[all...]
H A Dclnt_dg.c394 errp->re_status = stat = RPC_CANTSEND;
447 errp->re_status = stat = RPC_CANTENCODEARGS;
466 errp->re_status = stat = RPC_INTR;
468 errp->re_status = stat = RPC_CANTSEND;
498 errp->re_status = stat = RPC_CANTSEND;
514 errp->re_status = stat = RPC_CANTRECV;
537 errp->re_status = stat = RPC_TIMEDOUT;
582 errp->re_status = stat = RPC_CANTRECV;
638 errp->re_status = stat = RPC_INTR;
640 errp->re_status
[all...]
H A Dclnt_vc.c356 errp->re_status = stat = RPC_SUCCESS;
361 errp->re_status = stat = RPC_CANTENCODEARGS;
378 * the connection. The upcall will have set ct_error.re_status
384 if (ct->ct_error.re_status == RPC_CANTRECV) {
387 errp->re_status = RPC_CANTRECV;
420 errp->re_status = stat = RPC_CANTSEND;
432 errp->re_status = stat = RPC_CANTRECV;
445 errp->re_status = stat = RPC_TIMEDOUT;
471 errp->re_status = stat;
481 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-11.0-release/contrib/amd/libamu/
H A Dmisc_rpc.c106 if (err.re_status != RPC_SUCCESS) {
/freebsd-11.0-release/lib/libypclnt/
H A Dypclnt_passwd.c194 if (rpcerr.re_status != RPC_SUCCESS) {
275 if (rpcerr.re_status != RPC_SUCCESS) {
/freebsd-11.0-release/usr.sbin/yppush/
H A Dyppush_main.c347 if (err.re_status != RPC_SUCCESS &&
348 err.re_status != RPC_TIMEDOUT) {
/freebsd-11.0-release/include/rpc/
H A Dclnt.h68 enum clnt_stat re_status; member in struct:rpc_err
/freebsd-11.0-release/usr.sbin/ypserv/
H A Dyp_server.c300 if (err.re_status != RPC_SUCCESS &&
301 err.re_status != RPC_TIMEDOUT)
/freebsd-11.0-release/usr.bin/rpcinfo/
H A Drpcinfo.c500 rpc_createerr.cf_error.re_status = RPC_FAILED;
1532 if (rpcerr.re_status != RPC_SUCCESS) {
1614 rpc_createerr.cf_error.re_status = RPC_FAILED;
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c1251 if (reply_error.re_status != RPC_SUCCESS) {
1254 clnt_sperrno(reply_error.re_status));
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1278 if (reply_error.re_status != RPC_SUCCESS) {
1281 clnt_sperrno(reply_error.re_status));

Completed in 279 milliseconds