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

/freebsd-11-stable/include/rpc/
H A Dclnt_stat.h28 RPC_CANTSEND = 3, /* failure in sending call */ enumerator in enum:clnt_stat
/freebsd-11-stable/sys/rpc/
H A Dclnt_stat.h28 RPC_CANTSEND = 3, /* failure in sending call */ enumerator in enum:clnt_stat
H A Dclnt_rc.c142 return (RPC_CANTSEND);
242 return (RPC_CANTSEND);
294 if (stat == RPC_TIMEDOUT || stat == RPC_CANTSEND
H A Drpc_prot.c364 case RPC_CANTSEND:
H A Dclnt_dg.c366 return (RPC_CANTSEND);
399 errp->re_status = stat = RPC_CANTSEND;
472 errp->re_status = stat = RPC_CANTSEND;
502 errp->re_status = stat = RPC_CANTSEND;
H A Dclnt_bck.c215 return (RPC_CANTSEND);
329 errp->re_status = stat = RPC_CANTSEND;
H A Dclnt_vc.c313 return (RPC_CANTSEND);
335 * After 15sec of looping, allow it to return RPC_CANTSEND, which will
346 return (RPC_CANTSEND);
438 errp->re_status = stat = RPC_CANTSEND;
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_perror.c120 case RPC_CANTSEND:
194 "RPC: Unable to send", /* 3 - RPC_CANTSEND */
263 case RPC_CANTSEND:
H A Dclnt_bcast.c329 stat = RPC_CANTSEND;
368 stat = RPC_CANTSEND;
445 stat = RPC_CANTSEND;
471 stat = RPC_CANTSEND;
493 stat = RPC_CANTSEND;
H A Drpc_prot.c347 case RPC_CANTSEND:
H A Dclnt_dg.c362 cu->cu_error.re_status = RPC_CANTSEND;
384 cu->cu_error.re_status = RPC_CANTSEND;
427 cu->cu_error.re_status = RPC_CANTSEND;
H A Dclnt_vc.c383 return (ct->ct_error.re_status = RPC_CANTSEND);
744 ct->ct_error.re_status = RPC_CANTSEND;
752 ct->ct_error.re_status = RPC_CANTSEND;
/freebsd-11-stable/sbin/mount_nfs/
H A Dmount_nfs.c909 case RPC_CANTSEND:

Completed in 103 milliseconds