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

/freebsd-13-stable/include/rpc/
H A Dclnt_stat.h31 RPC_TIMEDOUT = 5, /* call timed out */ enumerator in enum:clnt_stat
/freebsd-13-stable/sys/rpc/
H A Dclnt_stat.h31 RPC_TIMEDOUT = 5, /* call timed out */ enumerator in enum:clnt_stat
H A Drpc_prot.c362 case RPC_TIMEDOUT:
H A Dclnt_bck.c374 errp->re_status = stat = RPC_TIMEDOUT;
395 stat = RPC_TIMEDOUT;
H A Dclnt_rc.c324 if (stat == RPC_TIMEDOUT) {
339 if (stat == RPC_TIMEDOUT || stat == RPC_CANTSEND
H A Dclnt_dg.c539 errp->re_status = stat = RPC_TIMEDOUT;
651 errp->re_status = stat = RPC_TIMEDOUT;
H A Dclnt_vc.c495 errp->re_status = stat = RPC_TIMEDOUT;
516 stat = RPC_TIMEDOUT;
/freebsd-13-stable/lib/libc/rpc/
H A Dclnt_perror.c110 case RPC_TIMEDOUT:
198 "RPC: Timed out", /* 5 - RPC_TIMEDOUT */
279 case RPC_TIMEDOUT:
H A Drpc_prot.c347 case RPC_TIMEDOUT:
H A Dclnt_dg.c437 cu->cu_error.re_status = RPC_TIMEDOUT;
505 cu->cu_error.re_status = RPC_TIMEDOUT;
H A Dclnt_vc.c396 return(ct->ct_error.re_status = RPC_TIMEDOUT);
694 ct->ct_error.re_status = RPC_TIMEDOUT;
H A Dclnt_bcast.c521 stat = RPC_TIMEDOUT;
/freebsd-13-stable/usr.bin/rup/
H A Drup.c213 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
/freebsd-13-stable/usr.bin/rusers/
H A Drusers.c215 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
/freebsd-13-stable/sys/rpc/rpcsec_tls/
H A Drpctls_impl.c416 } else if (stat == RPC_TIMEDOUT) {
592 } else if (stat == RPC_TIMEDOUT) {
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c248 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
/freebsd-13-stable/usr.sbin/yppush/
H A Dyppush_main.c350 err.re_status != RPC_TIMEDOUT) {
/freebsd-13-stable/sbin/mount_nfs/
H A Dmount_nfs.c956 case RPC_TIMEDOUT:
/freebsd-13-stable/usr.sbin/ypserv/
H A Dyp_server.c304 err.re_status != RPC_TIMEDOUT)
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c839 } else if (stat == RPC_TIMEDOUT) {
/freebsd-13-stable/usr.bin/rpcinfo/
H A Drpcinfo.c635 if ((rpc_stat != RPC_SUCCESS) && (rpc_stat != RPC_TIMEDOUT))

Completed in 109 milliseconds