Home
last modified time | relevance | path

Searched refs:tottimeout (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libc/rpc/
H A Dclnt_simple.c111 struct timeval timeout, tottimeout; in rpc_call() local
182 tottimeout.tv_sec = 25; in rpc_call()
183 tottimeout.tv_usec = 0; in rpc_call()
186 outproc, out, tottimeout); in rpc_call()
H A Drpcb_clnt.c86 static struct timeval tottimeout = { 60, 0 }; variable
131 *(struct timeval *)info = tottimeout; in __rpc_control()
134 tottimeout = *(struct timeval *)info; in __rpc_control()
587 (char *)(void *)&rslt, tottimeout); in rpcb_set()
628 (char *)(void *)&rslt, tottimeout); in rpcb_unset()
750 tp = &tottimeout; in __rpcb_findaddr_timed()
1081 (char *)(void *)&head, tottimeout); in rpcb_getmaps()
1099 (char *)(void *)&head, tottimeout) == RPC_SUCCESS) in rpcb_getmaps()
1228 (xdrproc_t) xdr_int, (char *)(void *)timep, tottimeout); in rpcb_gettime()
1239 tottimeout); in rpcb_gettime()
[all …]
H A Dpmap_getport.c58 static const struct timeval tottimeout = { 60, 0 }; variable
86 &parms, (xdrproc_t)xdr_u_short, &port, tottimeout) != in pmap_getport()
/dragonfly/usr.bin/quota/
H A Dquota.c648 struct timeval timeout, tottimeout; in callaurpc() local
667 tottimeout.tv_sec = 25; in callaurpc()
668 tottimeout.tv_usec = 0; in callaurpc()
670 outproc, out, tottimeout); in callaurpc()
/dragonfly/usr.sbin/ypbind/
H A Dyp_ping.c102 static struct timeval tottimeout = { 1, 0 }; variable
130 tottimeout) != RPC_SUCCESS){ in __pmap_getport()