Searched refs:tottimeout (Results 1 – 4 of 4) sorted by relevance
/openbsd/lib/libc/rpc/ |
H A D | clnt_simple.c | 64 struct timeval timeout, tottimeout; in callrpc() local 113 tottimeout.tv_sec = 25; in callrpc() 114 tottimeout.tv_usec = 0; in callrpc() 116 outproc, out, tottimeout); in callrpc()
|
H A D | pmap_clnt.c | 46 static struct timeval tottimeout = { 60, 0 }; variable 75 tottimeout) != RPC_SUCCESS) { in pmap_set() 110 tottimeout); in pmap_unset()
|
H A D | pmap_getport.c | 47 static struct timeval tottimeout = { 60, 0 }; variable 72 xdr_u_short, &port, tottimeout) != RPC_SUCCESS){ in pmap_getport()
|
/openbsd/usr.bin/quota/ |
H A D | quota.c | 651 struct timeval timeout, tottimeout; in callaurpc() local 671 tottimeout.tv_sec = 25; in callaurpc() 672 tottimeout.tv_usec = 0; in callaurpc() 674 outproc, out, tottimeout); in callaurpc()
|