Searched refs:TIMEOUT (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-current/tools/tools/mctest/
H A Dmctest.h32 const int TIMEOUT = 10; variable
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv4remote.pl44 my $TIMEOUT = 3; # connection timeout
93 Timeout => $TIMEOUT,
H A Dget.ipv6remote.pl43 my $TIMEOUT = 3; # connection timeout
/freebsd-current/usr.sbin/rpc.lockd/
H A Dtest.c8 static struct timeval TIMEOUT = { 0, 0 }; variable in typeref:struct:timeval
18 if (clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCESS) {
34 if (st = clnt_call(clnt, NLM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
51 if (clnt_call(clnt, NLM_CANCEL, xdr_nlm_cancargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
66 if (clnt_call(clnt, NLM_UNLOCK, xdr_nlm_unlockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
81 if (clnt_call(clnt, NLM_GRANTED, xdr_nlm_testargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
96 if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
111 if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
127 if (clnt_call(clnt, NLM_CANCEL_MSG, xdr_nlm_cancargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
142 if (clnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void, &res, TIMEOUT) !
[all...]
/freebsd-current/usr.sbin/rpc.statd/
H A Dtest.c8 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
19 (xdrproc_t)xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
35 (xdrproc_t)xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
51 (xdrproc_t)xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
67 (xdrproc_t)xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
83 (xdrproc_t)xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
/freebsd-current/contrib/netbsd-tests/net/net/
H A Dt_forwarding.sh43 TIMEOUT=5
117 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT ${addr}
119 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 ${addr}
186 ftp -q $TIMEOUT -o out http://$ip/$HTML_FILE
198 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 ${IP4SRCGW}
199 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 ${IP4DSTGW}
211 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT ${IP6SRCGW}
212 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT ${IP6DSTGW}
298 atf_check -s not-exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP4DST
300 atf_check -s not-exit:0 -o ignore rump.ping -q -n -w $TIMEOUT
[all...]
H A Dt_ping6_opts.sh42 TIMEOUT=1
159 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT $IP6DST
165 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT $IP6DST
169 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT \
173 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT \
208 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT $gw_lladdr
216 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT $gw_lladdr
220 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT \
224 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT \
259 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT
[all...]
/freebsd-current/libexec/talkd/
H A Dtalkd.c64 #define TIMEOUT 30 macro
94 alarm(TIMEOUT);
123 alarm(TIMEOUT);
/freebsd-current/contrib/netbsd-tests/net/if_tap/
H A Dt_tap.sh39 TIMEOUT=1
114 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP4_LOCAL
117 rump.ping -n -w $TIMEOUT -c 1 $IP4_TAP
119 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 $IP6_LOCAL
122 rump.ping6 -n -X $TIMEOUT -c 1 $IP6_TAP
176 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP4_LOCAL
177 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP4_TAP
179 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 $IP6_LOCAL
180 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 $IP6_TAP
/freebsd-current/contrib/netbsd-tests/net/if_bridge/
H A Dt_bridge.sh41 TIMEOUT=5
108 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT ${addr}
110 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 ${addr}
245 atf_check -s not-exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP2
247 atf_check -s not-exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP1
254 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP2
259 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP1
266 atf_check -s not-exit:0 -o ignore rump.ping6 -q -n -c 1 -X $TIMEOUT $IP62
268 atf_check -s not-exit:0 -o ignore rump.ping6 -q -n -c 1 -X $TIMEOUT $IP61
275 atf_check -s exit:0 -o ignore rump.ping6 -q -n -c 1 -X $TIMEOUT
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_add/
H A Dzpool_add_010_pos.ksh38 $TIMEOUT 60s $DD if=/dev/zero of=/$TESTPOOL/zerofile bs=128k
/freebsd-current/contrib/netbsd-tests/net/carp/
H A Dt_basic.sh36 TIMEOUT=3
114 rump.ping -n -w $TIMEOUT -c 1 $IP_MASTER
116 rump.ping -n -w $TIMEOUT -c 1 $IP_BACKUP
134 rump.ping -n -w $TIMEOUT -c 1 $IP_CARP
142 rump.ping -n -w $TIMEOUT -c 1 $IP_MASTER
/freebsd-current/contrib/netbsd-tests/net/if_pppoe/
H A Dt_pppoe.sh44 TIMEOUT=3
163 atf_check -s exit:0 -o ignore rump.ping -c 1 -w $TIMEOUT $SERVER_IP
173 rump.ping -c 1 -w $TIMEOUT $SERVER_IP
181 atf_check -s exit:0 -o ignore rump.ping -c 1 -w $TIMEOUT $SERVER_IP
192 rump.ping -c 1 -w $TIMEOUT $CLIENT_IP
206 atf_check -s exit:0 -o ignore rump.ping -c 1 -w $TIMEOUT $CLIENT_IP
223 rump.ping -c 1 -w $TIMEOUT $SERVER_IP
300 atf_check -s exit:0 -o ignore rump.ping6 -c 1 -X $TIMEOUT $SERVER_IP6
311 rump.ping6 -c 1 -X $TIMEOUT $SERVER_IP6
324 atf_check -s exit:0 -o ignore rump.ping6 -c 1 -X $TIMEOUT
[all...]
/freebsd-current/usr.sbin/spray/
H A Dspray.c54 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
138 (xdrproc_t)xdr_void, NULL, TIMEOUT) != RPC_SUCCESS)
159 (xdrproc_t)xdr_spraycumul, &host_stats, TIMEOUT) != RPC_SUCCESS)
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clock_gettime.c80 #define TIMEOUT 5 macro
104 endlimit += TIMEOUT + 1;
171 "for %d seconds\n", TIMEOUT);
190 (void)printf("\nChecking %s for %d seconds\n", name, TIMEOUT);
/freebsd-current/lib/libradius/
H A Dradlib_private.h48 #define TIMEOUT 3 /* In seconds */ macro
/freebsd-current/tools/test/stress2/misc/
H A Djumbo.sh80 #define TIMEOUT 1200
118 alarm(TIMEOUT);
135 alarm(TIMEOUT);
160 alarm(TIMEOUT);
194 alarm(TIMEOUT);
H A Dbench.sh97 #define TIMEOUT 600
107 alarm(TIMEOUT);
129 alarm(TIMEOUT);
154 alarm(TIMEOUT);
183 alarm(TIMEOUT);
208 alarm(TIMEOUT);
233 alarm(TIMEOUT);
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dtoken.l74 timeout { DP; return TIMEOUT; }
/freebsd-current/contrib/netbsd-tests/net/if_gif/
H A Dt_gif.sh65 TIMEOUT=5
107 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT ${lan}
109 atf_check -s exit:0 -o ignore rump.ping -n -c 1 -w $TIMEOUT ${lan}
114 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT ${wan}
116 atf_check -s exit:0 -o ignore rump.ping -n -c 1 -w $TIMEOUT ${wan}
460 rump.ping6 -n -X $TIMEOUT -c 1 $ROUTER2_GIFIP6_RECURSIVE2
463 rump.ping -n -w $TIMEOUT -c 1 $ROUTER2_GIFIP_RECURSIVE2
488 rump.ping6 -n -X $TIMEOUT -c 1 -S $ROUTER1_LANIP6 \
492 rump.ping -n -w $TIMEOUT -c 1 -I $ROUTER1_LANIP \
499 rump.ping6 -n -X $TIMEOUT
[all...]
/freebsd-current/contrib/bc/tests/
H A Dhistory.py168 except pexpect.TIMEOUT:
210 except pexpect.TIMEOUT:
258 except pexpect.TIMEOUT:
292 except pexpect.TIMEOUT:
326 except pexpect.TIMEOUT:
370 except pexpect.TIMEOUT:
417 except pexpect.TIMEOUT:
469 except pexpect.TIMEOUT:
502 except pexpect.TIMEOUT:
542 except pexpect.TIMEOUT
[all...]
/freebsd-current/lib/librpcsvc/
H A Dyp_update.c53 #ifndef TIMEOUT
54 #define TIMEOUT 300 macro
110 timeout.tv_sec = TIMEOUT;
/freebsd-current/share/examples/libusb20/
H A Dbulk.c58 #define TIMEOUT 5000 /* 5 s */ macro
125 if ((rv = libusb20_tr_bulk_intr_sync(xfr_out, out_buf, out_len, &rlen, TIMEOUT))
133 if ((rv = libusb20_tr_bulk_intr_sync(xfr_in, in_buf, BUFLEN, &rlen, TIMEOUT))
/freebsd-current/sbin/hastd/
H A Dtoken.l61 timeout { DP; return TIMEOUT; }
/freebsd-current/libexec/rpc.sprayd/
H A Dsprayd.c54 #define TIMEOUT 120 macro
95 alarm(TIMEOUT);

Completed in 179 milliseconds

1234