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

/freebsd-10.0-release/include/rpc/
H A Dclnt_stat.h29 RPC_CANTRECV = 4, enumerator in enum:clnt_stat
/freebsd-10.0-release/sys/rpc/
H A Dclnt_stat.h29 RPC_CANTRECV = 4, enumerator in enum:clnt_stat
H A Dclnt_vc.c389 * to RPC_CANTRECV if this is the case.
394 if (ct->ct_error.re_status == RPC_CANTRECV) {
397 errp->re_status = RPC_CANTRECV;
399 stat = RPC_CANTRECV;
442 errp->re_status = stat = RPC_CANTRECV;
479 stat = RPC_CANTRECV;
491 errp->re_status = stat = RPC_CANTRECV;
903 ct->ct_error.re_status = RPC_CANTRECV;
H A Dclnt_dg.c519 errp->re_status = stat = RPC_CANTRECV;
587 errp->re_status = stat = RPC_CANTRECV;
645 errp->re_status = stat = RPC_CANTRECV;
675 errp->re_status = stat = RPC_CANTRECV;
H A Drpc_prot.c364 case RPC_CANTRECV:
H A Dclnt_rc.c295 || stat == RPC_CANTRECV) {
/freebsd-10.0-release/lib/libc/rpc/
H A Dclnt_perror.c124 case RPC_CANTRECV:
200 "RPC: Unable to receive", /* 4 - RPC_CANTRECV */
286 case RPC_CANTRECV:
H A Drpc_prot.c365 case RPC_CANTRECV:
H A Dclnt_dg.c468 cu->cu_error.re_status = RPC_CANTRECV;
478 cu->cu_error.re_status = RPC_CANTRECV;
491 cu->cu_error.re_status = RPC_CANTRECV;
H A Dclnt_vc.c716 ct->ct_error.re_status = RPC_CANTRECV;
735 ct->ct_error.re_status = RPC_CANTRECV;
741 ct->ct_error.re_status = RPC_CANTRECV;
H A Dclnt_bcast.c552 stat = RPC_CANTRECV;
/freebsd-10.0-release/sbin/mount_nfs/
H A Dmount_nfs.c1088 case RPC_CANTRECV:

Completed in 97 milliseconds