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

/freebsd-10.0-release/include/rpc/
H A Dclnt_stat.h28 RPC_CANTSEND = 3, /* failure in sending call */ enumerator in enum:clnt_stat
/freebsd-10.0-release/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 Dclnt_dg.c366 return (RPC_CANTSEND);
399 errp->re_status = stat = RPC_CANTSEND;
473 errp->re_status = stat = RPC_CANTSEND;
503 errp->re_status = stat = RPC_CANTSEND;
H A Drpc_prot.c365 case RPC_CANTSEND:
H A Dclnt_vc.c320 return (RPC_CANTSEND);
430 errp->re_status = stat = RPC_CANTSEND;
/freebsd-10.0-release/lib/libc/rpc/
H A Dclnt_perror.c123 case RPC_CANTSEND:
199 "RPC: Unable to send", /* 3 - RPC_CANTSEND */
271 case RPC_CANTSEND:
H A Dclnt_bcast.c325 stat = RPC_CANTSEND;
363 stat = RPC_CANTSEND;
440 stat = RPC_CANTSEND;
466 stat = RPC_CANTSEND;
488 stat = RPC_CANTSEND;
H A Drpc_prot.c366 case RPC_CANTSEND:
H A Dclnt_dg.c358 cu->cu_error.re_status = RPC_CANTSEND;
380 cu->cu_error.re_status = RPC_CANTSEND;
423 cu->cu_error.re_status = RPC_CANTSEND;
H A Dclnt_vc.c391 return (ct->ct_error.re_status = RPC_CANTSEND);
765 ct->ct_error.re_status = RPC_CANTSEND;
773 ct->ct_error.re_status = RPC_CANTSEND;
/freebsd-10.0-release/sbin/mount_nfs/
H A Dmount_nfs.c1087 case RPC_CANTSEND:

Completed in 373 milliseconds