Searched refs:tottimeout (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/rpc/ |
H A D | clnt_simple.c | 121 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 D | pmap_getport.c | 56 static const struct timeval tottimeout = { 60, 0 }; variable 84 &parms, (xdrproc_t)xdr_u_short, &port, tottimeout) != in pmap_getport()
|
H A D | rpcb_clnt.c | 64 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 D | rpcb_clnt.c | 60 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 D | yp_ping.c | 98 static struct timeval tottimeout = { 1, 0 }; variable 126 tottimeout) != RPC_SUCCESS){ in __pmap_getport()
|
/freebsd/usr.bin/quota/ |
H A D | quota.c | 657 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()
|