Searched refs:RPC_CANTRECV (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/include/rpc/
H A Dclnt_stat.h29 RPC_CANTRECV = 4, enumerator in enum:clnt_stat
/freebsd-10.1-release/sys/rpc/
H A Dclnt_stat.h29 RPC_CANTRECV = 4, enumerator in enum:clnt_stat
H A Dclnt_bck.c288 * to RPC_CANTRECV if this is the case.
293 if (ct->ct_error.re_status == RPC_CANTRECV) {
296 errp->re_status = RPC_CANTRECV;
298 stat = RPC_CANTRECV;
346 errp->re_status = stat = RPC_CANTRECV;
383 stat = RPC_CANTRECV;
395 errp->re_status = stat = RPC_CANTRECV;
H A Dclnt_vc.c381 * to RPC_CANTRECV if this is the case.
386 if (ct->ct_error.re_status == RPC_CANTRECV) {
389 errp->re_status = RPC_CANTRECV;
391 stat = RPC_CANTRECV;
434 errp->re_status = stat = RPC_CANTRECV;
471 stat = RPC_CANTRECV;
483 errp->re_status = stat = RPC_CANTRECV;
895 ct->ct_error.re_status = RPC_CANTRECV;
H A Dclnt_dg.c516 errp->re_status = stat = RPC_CANTRECV;
584 errp->re_status = stat = RPC_CANTRECV;
642 errp->re_status = stat = RPC_CANTRECV;
672 errp->re_status = stat = RPC_CANTRECV;
H A Drpc_prot.c363 case RPC_CANTRECV:
H A Dclnt_rc.c295 || stat == RPC_CANTRECV) {
/freebsd-10.1-release/lib/libc/rpc/
H A Dclnt_perror.c123 case RPC_CANTRECV:
199 "RPC: Unable to receive", /* 4 - RPC_CANTRECV */
285 case RPC_CANTRECV:
H A Drpc_prot.c364 case RPC_CANTRECV:
H A Dclnt_dg.c467 cu->cu_error.re_status = RPC_CANTRECV;
477 cu->cu_error.re_status = RPC_CANTRECV;
490 cu->cu_error.re_status = RPC_CANTRECV;
H A Dclnt_vc.c713 ct->ct_error.re_status = RPC_CANTRECV;
732 ct->ct_error.re_status = RPC_CANTRECV;
738 ct->ct_error.re_status = RPC_CANTRECV;
H A Dclnt_bcast.c551 stat = RPC_CANTRECV;
/freebsd-10.1-release/sbin/mount_nfs/
H A Dmount_nfs.c1114 case RPC_CANTRECV:

Completed in 170 milliseconds