Home
last modified time | relevance | path

Searched refs:RPC_TIMEDOUT (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/lib/libc/rpc/
H A Dclnt_perror.c122 case RPC_TIMEDOUT: in clnt_sperror()
197 [RPC_TIMEDOUT] = "RPC: Timed out",
287 case RPC_TIMEDOUT: in clnt_spcreateerror()
H A Drpc_prot.c341 case RPC_TIMEDOUT: in _seterr_reply()
H A Dclnt_dg.c389 cu->cu_error.re_status = RPC_TIMEDOUT; in clnt_dg_call()
443 cu->cu_error.re_status = RPC_TIMEDOUT; in clnt_dg_call()
H A Dclnt_vc.c416 return(ct->ct_error.re_status = RPC_TIMEDOUT); in clnt_vc_call()
709 ct->ct_error.re_status = RPC_TIMEDOUT; in read_vc()
H A Dclnt_bcast.c531 stat = RPC_TIMEDOUT; in rpc_broadcast_exp()
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dclnt_sperrno.c101 {RPC_TIMEDOUT,
/netbsd-src/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_sockets.c377 enum clnt_stat clnt_stat = RPC_TIMEDOUT; /* assume failure */ in check_pmap_up()
406 if (clnt_stat == RPC_TIMEDOUT) { in check_pmap_up()
H A Dtransp_tli.c702 enum clnt_stat clnt_stat = RPC_TIMEDOUT; /* assume failure */ in check_pmap_up()
730 if (clnt_stat == RPC_TIMEDOUT) { in check_pmap_up()
/netbsd-src/include/rpc/
H A Dclnt.h66 RPC_TIMEDOUT=5, /* call timed out */ enumerator
/netbsd-src/usr.bin/rusers/
H A Drusers.c267 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) in allhosts()
/netbsd-src/usr.sbin/ypserv/yppush/
H A Dyppush.c399 if (rv != RPC_SUCCESS && rv != RPC_TIMEDOUT) { in push()
/netbsd-src/usr.bin/rup/
H A Drup.c327 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) in allhosts()
/netbsd-src/tests/lib/libc/rpc/
H A Dt_rpc.c227 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) in allhosts()
/netbsd-src/external/bsd/am-utils/dist/fixmount/
H A Dfixmount.c548 clnt_perrno(RPC_TIMEDOUT); in clnt_create_timeout()
/netbsd-src/sys/fs/nfs/common/
H A Dnfs_commonkrpc.c771 } else if (stat == RPC_TIMEDOUT) { in newnfs_request()
/netbsd-src/usr.bin/rpcinfo/
H A Drpcinfo.c637 if ((rpc_stat != RPC_SUCCESS) && (rpc_stat != RPC_TIMEDOUT))