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

/freebsd-13-stable/include/rpc/
H A Dclnt_stat.h28 RPC_CANTSEND = 3, /* failure in sending call */ enumerator in enum:clnt_stat
/freebsd-13-stable/sys/rpc/
H A Dclnt_stat.h28 RPC_CANTSEND = 3, /* failure in sending call */ enumerator in enum:clnt_stat
H A Dclnt_rc.c151 return (RPC_CANTSEND);
194 stat = rpc_createerr.cf_stat = RPC_CANTSEND;
287 return (RPC_CANTSEND);
339 if (stat == RPC_TIMEDOUT || stat == RPC_CANTSEND
H A Dclnt_dg.c367 return (RPC_CANTSEND);
400 errp->re_status = stat = RPC_CANTSEND;
470 errp->re_status = stat = RPC_CANTSEND;
500 errp->re_status = stat = RPC_CANTSEND;
H A Drpc_prot.c364 case RPC_CANTSEND:
H A Dclnt_bck.c222 return (RPC_CANTSEND);
349 errp->re_status = stat = RPC_CANTSEND;
H A Dclnt_vc.c327 return (RPC_CANTSEND);
349 * After 15sec of looping, allow it to return RPC_CANTSEND, which will
360 return (RPC_CANTSEND);
470 errp->re_status = stat = RPC_CANTSEND;
/freebsd-13-stable/lib/libc/rpc/
H A Dclnt_perror.c122 case RPC_CANTSEND:
196 "RPC: Unable to send", /* 3 - RPC_CANTSEND */
265 case RPC_CANTSEND:
H A Dclnt_bcast.c331 stat = RPC_CANTSEND;
370 stat = RPC_CANTSEND;
447 stat = RPC_CANTSEND;
473 stat = RPC_CANTSEND;
495 stat = RPC_CANTSEND;
H A Drpc_prot.c349 case RPC_CANTSEND:
H A Dclnt_dg.c364 cu->cu_error.re_status = RPC_CANTSEND;
386 cu->cu_error.re_status = RPC_CANTSEND;
429 cu->cu_error.re_status = RPC_CANTSEND;
H A Dclnt_vc.c385 return (ct->ct_error.re_status = RPC_CANTSEND);
746 ct->ct_error.re_status = RPC_CANTSEND;
754 ct->ct_error.re_status = RPC_CANTSEND;
/freebsd-13-stable/sbin/mount_nfs/
H A Dmount_nfs.c962 case RPC_CANTSEND:
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c850 } else if (stat == RPC_CANTSEND || stat == RPC_CANTRECV ||

Completed in 136 milliseconds