Searched refs:RPC_TIMEDOUT (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/include/rpc/
H A Dclnt_stat.h31 RPC_TIMEDOUT = 5, /* call timed out */ enumerator in enum:clnt_stat
/freebsd-10.0-release/sys/rpc/
H A Dclnt_stat.h31 RPC_TIMEDOUT = 5, /* call timed out */ enumerator in enum:clnt_stat
H A Dclnt_rc.c279 if (stat == RPC_TIMEDOUT) {
294 if (stat == RPC_TIMEDOUT || stat == RPC_CANTSEND
H A Drpc_prot.c363 case RPC_TIMEDOUT:
H A Dclnt_dg.c542 errp->re_status = stat = RPC_TIMEDOUT;
654 errp->re_status = stat = RPC_TIMEDOUT;
H A Dclnt_vc.c455 errp->re_status = stat = RPC_TIMEDOUT;
476 stat = RPC_TIMEDOUT;
/freebsd-10.0-release/lib/libc/rpc/
H A Dclnt_perror.c111 case RPC_TIMEDOUT:
201 "RPC: Timed out", /* 5 - RPC_TIMEDOUT */
285 case RPC_TIMEDOUT:
H A Drpc_prot.c364 case RPC_TIMEDOUT:
H A Dclnt_dg.c431 cu->cu_error.re_status = RPC_TIMEDOUT;
499 cu->cu_error.re_status = RPC_TIMEDOUT;
H A Dclnt_vc.c402 return(ct->ct_error.re_status = RPC_TIMEDOUT);
710 ct->ct_error.re_status = RPC_TIMEDOUT;
H A Dclnt_bcast.c514 stat = RPC_TIMEDOUT;
/freebsd-10.0-release/contrib/amd/conf/transp/
H A Dtransp_sockets.c378 enum clnt_stat clnt_stat = RPC_TIMEDOUT; /* assume failure */
407 if (clnt_stat == RPC_TIMEDOUT) {
/freebsd-10.0-release/usr.bin/rup/
H A Drup.c223 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
/freebsd-10.0-release/usr.bin/rusers/
H A Drusers.c213 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
/freebsd-10.0-release/usr.sbin/yppush/
H A Dyppush_main.c349 err.re_status != RPC_TIMEDOUT) {
/freebsd-10.0-release/contrib/amd/fixmount/
H A Dfixmount.c550 clnt_perrno(RPC_TIMEDOUT);
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_krpc.c549 else if (stat == RPC_TIMEDOUT) {
/freebsd-10.0-release/sbin/mount_nfs/
H A Dmount_nfs.c1081 case RPC_TIMEDOUT:
/freebsd-10.0-release/sys/fs/nfs/
H A Dnfs_commonkrpc.c759 } else if (stat == RPC_TIMEDOUT) {
/freebsd-10.0-release/usr.sbin/ypserv/
H A Dyp_server.c301 err.re_status != RPC_TIMEDOUT)
/freebsd-10.0-release/usr.bin/rpcinfo/
H A Drpcinfo.c633 if ((rpc_stat != RPC_SUCCESS) && (rpc_stat != RPC_TIMEDOUT))

Completed in 143 milliseconds