Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dclnt_simple.c121 struct timeval timeout, tottimeout; in rpc_call() local
191 tottimeout.tv_sec = 25; in rpc_call()
192 tottimeout.tv_usec = 0; in rpc_call()
195 outproc, out, tottimeout); in rpc_call()
H A Dpmap_getport.c56 static const struct timeval tottimeout = { 60, 0 }; variable
84 &parms, (xdrproc_t)xdr_u_short, &port, tottimeout) != in pmap_getport()
H A Drpcb_clnt.c64 static struct timeval tottimeout = { 60, 0 }; variable
109 *(struct timeval *)info = tottimeout; in __rpc_control()
112 tottimeout = *(struct timeval *)info; in __rpc_control()
562 (char *)(void *)&rslt, tottimeout); in rpcb_set()
603 (char *)(void *)&rslt, tottimeout); in rpcb_unset()
725 tp = &tottimeout; in __rpcb_findaddr_timed()
1063 (char *)(void *)&head, tottimeout); in rpcb_getmaps()
1081 (char *)(void *)&head, tottimeout) == RPC_SUCCESS) in rpcb_getmaps()
1218 (xdrproc_t) xdr_int, (char *)(void *)timep, tottimeout); in rpcb_gettime()
1229 tottimeout); in rpcb_gettime()
[all …]
/freebsd/sys/rpc/
H A Drpcb_clnt.c60 static struct timeval tottimeout = { 60, 0 }; variable
127 (char *)(void *)&rslt, tottimeout); in rpcb_set()
167 (char *)(void *)&rslt, tottimeout); in rpcb_unset()
/freebsd/usr.sbin/ypbind/
H A Dyp_ping.c98 static struct timeval tottimeout = { 1, 0 }; variable
126 tottimeout) != RPC_SUCCESS){ in __pmap_getport()
/freebsd/usr.bin/quota/
H A Dquota.c657 struct timeval timeout, tottimeout; in callaurpc() local
669 tottimeout.tv_sec = 25; in callaurpc()
670 tottimeout.tv_usec = 0; in callaurpc()
672 outproc, out, tottimeout); in callaurpc()