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

/freebsd-13-stable/include/rpc/
H A Dclnt_stat.h29 RPC_CANTRECV = 4, enumerator in enum:clnt_stat
/freebsd-13-stable/sys/rpc/
H A Dclnt_stat.h29 RPC_CANTRECV = 4, enumerator in enum:clnt_stat
H A Dclnt_bck.c290 * to RPC_CANTRECV if this is the case.
295 if (ct->ct_error.re_status == RPC_CANTRECV) {
298 errp->re_status = RPC_CANTRECV;
300 stat = RPC_CANTRECV;
361 errp->re_status = stat = RPC_CANTRECV;
398 stat = RPC_CANTRECV;
410 errp->re_status = stat = RPC_CANTRECV;
H A Dclnt_vc.c408 * to RPC_CANTRECV if this is the case.
413 if (ct->ct_error.re_status == RPC_CANTRECV) {
416 errp->re_status = RPC_CANTRECV;
418 stat = RPC_CANTRECV;
482 errp->re_status = stat = RPC_CANTRECV;
519 stat = RPC_CANTRECV;
531 errp->re_status = stat = RPC_CANTRECV;
1246 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.c340 || stat == RPC_CANTRECV) {
/freebsd-13-stable/lib/libc/rpc/
H A Dclnt_perror.c123 case RPC_CANTRECV:
197 "RPC: Unable to receive", /* 4 - RPC_CANTRECV */
280 case RPC_CANTRECV:
H A Drpc_prot.c348 case RPC_CANTRECV:
H A Dclnt_dg.c474 cu->cu_error.re_status = RPC_CANTRECV;
484 cu->cu_error.re_status = RPC_CANTRECV;
497 cu->cu_error.re_status = RPC_CANTRECV;
H A Dclnt_vc.c700 ct->ct_error.re_status = RPC_CANTRECV;
719 ct->ct_error.re_status = RPC_CANTRECV;
725 ct->ct_error.re_status = RPC_CANTRECV;
H A Dclnt_bcast.c559 stat = RPC_CANTRECV;
/freebsd-13-stable/sbin/mount_nfs/
H A Dmount_nfs.c963 case RPC_CANTRECV:
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c850 } else if (stat == RPC_CANTSEND || stat == RPC_CANTRECV ||

Completed in 135 milliseconds