Home
last modified time | relevance | path

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

/NextBSD/lib/libc/rpc/
HDclnt_perror.c108 case RPC_TIMEDOUT: in clnt_sperror()
277 case RPC_TIMEDOUT: in clnt_spcreateerror()
HDrpc_prot.c345 case RPC_TIMEDOUT: in _seterr_reply()
HDclnt_vc.c394 return(ct->ct_error.re_status = RPC_TIMEDOUT); in clnt_vc_call()
688 ct->ct_error.re_status = RPC_TIMEDOUT; in read_vc()
HDclnt_dg.c435 cu->cu_error.re_status = RPC_TIMEDOUT; in clnt_dg_call()
503 cu->cu_error.re_status = RPC_TIMEDOUT; in clnt_dg_call()
HDclnt_bcast.c518 stat = RPC_TIMEDOUT; in rpc_broadcast_exp()
/NextBSD/sys/rpc/
HDclnt_stat.h31 RPC_TIMEDOUT = 5, /* call timed out */ enumerator
HDclnt_rc.c279 if (stat == RPC_TIMEDOUT) { in clnt_reconnect_call()
294 if (stat == RPC_TIMEDOUT || stat == RPC_CANTSEND in clnt_reconnect_call()
HDclnt_bck.c359 errp->re_status = stat = RPC_TIMEDOUT; in clnt_bck_call()
380 stat = RPC_TIMEDOUT; in clnt_bck_call()
HDrpc_prot.c362 case RPC_TIMEDOUT: in _seterr_reply()
HDclnt_vc.c447 errp->re_status = stat = RPC_TIMEDOUT; in clnt_vc_call()
468 stat = RPC_TIMEDOUT; in clnt_vc_call()
HDclnt_dg.c539 errp->re_status = stat = RPC_TIMEDOUT; in clnt_dg_call()
651 errp->re_status = stat = RPC_TIMEDOUT; in clnt_dg_call()
/NextBSD/include/rpc/
HDclnt_stat.h31 RPC_TIMEDOUT = 5, /* call timed out */ enumerator
/NextBSD/contrib/amd/conf/transp/
HDtransp_sockets.c378 enum clnt_stat clnt_stat = RPC_TIMEDOUT; /* assume failure */ in check_pmap_up()
407 if (clnt_stat == RPC_TIMEDOUT) { in check_pmap_up()
/NextBSD/contrib/netbsd-tests/lib/libc/rpc/
HDt_rpc.c98 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) in allhosts()
/NextBSD/usr.bin/rup/
HDrup.c223 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) in allhosts()
/NextBSD/usr.bin/rusers/
HDrusers.c213 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) in allhosts()
/NextBSD/usr.sbin/yppush/
HDyppush_main.c348 err.re_status != RPC_TIMEDOUT) { in yppush_send_xfr()
/NextBSD/contrib/amd/fixmount/
HDfixmount.c550 clnt_perrno(RPC_TIMEDOUT); in clnt_create_timeout()
/NextBSD/usr.sbin/ypserv/
HDyp_server.c301 err.re_status != RPC_TIMEDOUT)
/NextBSD/sbin/mount_nfs/
HDmount_nfs.c903 case RPC_TIMEDOUT: in returncode()
/NextBSD/contrib/gdb/gdb/
HDremote-vx.c350 else if (status == RPC_TIMEDOUT) in net_wait()
/NextBSD/sys/fs/nfs/
HDnfs_commonkrpc.c764 } else if (stat == RPC_TIMEDOUT) { in newnfs_request()
/NextBSD/usr.bin/rpcinfo/
HDrpcinfo.c634 if ((rpc_stat != RPC_SUCCESS) && (rpc_stat != RPC_TIMEDOUT))