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

123

/freebsd-13-stable/tools/tools/mctest/
H A Dmctest.h33 const int TIMEOUT = 10; variable
/freebsd-13-stable/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-13-stable/usr.sbin/rpc.lockd/
H A Dtest.c17 static struct timeval TIMEOUT = { 0, 0 }; variable in typeref:struct:timeval
27 if (clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCESS) {
43 if (st = clnt_call(clnt, NLM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
60 if (clnt_call(clnt, NLM_CANCEL, xdr_nlm_cancargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
75 if (clnt_call(clnt, NLM_UNLOCK, xdr_nlm_unlockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
90 if (clnt_call(clnt, NLM_GRANTED, xdr_nlm_testargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
105 if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
120 if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
136 if (clnt_call(clnt, NLM_CANCEL_MSG, xdr_nlm_cancargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
151 if (clnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void, &res, TIMEOUT) !
[all...]
/freebsd-13-stable/usr.sbin/rpc.statd/
H A Dtest.c13 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
24 (xdrproc_t)xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
40 (xdrproc_t)xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
56 (xdrproc_t)xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
72 (xdrproc_t)xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
88 (xdrproc_t)xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
/freebsd-13-stable/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-13-stable/libexec/talkd/
H A Dtalkd.c78 #define TIMEOUT 30 macro
108 alarm(TIMEOUT);
137 alarm(TIMEOUT);
/freebsd-13-stable/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-13-stable/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-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_add/
H A Dzpool_add_010_pos.ksh40 $TIMEOUT 60s $DD if=/dev/zero of=/$TESTPOOL/zerofile bs=128k
/freebsd-13-stable/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-13-stable/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-13-stable/usr.sbin/spray/
H A Dspray.c59 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
143 (xdrproc_t)xdr_void, NULL, TIMEOUT) != RPC_SUCCESS)
164 (xdrproc_t)xdr_spraycumul, &host_stats, TIMEOUT) != RPC_SUCCESS)
/freebsd-13-stable/lib/libradius/
H A Dradlib_private.h50 #define TIMEOUT 3 /* In seconds */ macro
/freebsd-13-stable/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-13-stable/contrib/openbsm/bin/auditdistd/
H A Dtoken.l74 timeout { DP; return TIMEOUT; }
/freebsd-13-stable/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-13-stable/lib/librpcsvc/
H A Dyp_update.c55 #ifndef TIMEOUT
56 #define TIMEOUT 300 macro
112 timeout.tv_sec = TIMEOUT;
/freebsd-13-stable/share/examples/libusb20/
H A Dbulk.c60 #define TIMEOUT 5000 /* 5 s */ macro
127 if ((rv = libusb20_tr_bulk_intr_sync(xfr_out, out_buf, out_len, &rlen, TIMEOUT))
135 if ((rv = libusb20_tr_bulk_intr_sync(xfr_in, in_buf, BUFLEN, &rlen, TIMEOUT))
/freebsd-13-stable/sbin/hastd/
H A Dtoken.l63 timeout { DP; return TIMEOUT; }
/freebsd-13-stable/libexec/rpc.sprayd/
H A Dsprayd.c59 #define TIMEOUT 120 macro
100 alarm(TIMEOUT);
/freebsd-13-stable/cddl/usr.sbin/dwatch/
H A Ddwatch96 TIMEOUT= # -T time
226 [ "$TIMEOUT" ] && timeout=1
239 eval $SUDO ${timeout:+timeout \"\$TIMEOUT\"} dtrace \
568 [ "$TIMEOUT" ] && ARGV="$ARGV -T $TIMEOUT"
771 T) TIMEOUT="$OPTARG" ;;
1006 if [ "$CUSTOM_TEST$EXECNAME$JID$OUTPUT$TIMEOUT$TRACE$VERBOSE" -a \
1014 [ "$TIMEOUT" ] && msg="$msg timeout: $TIMEOUT"
1115 eval $SUDO ${TIMEOUT
[all...]
/freebsd-13-stable/sbin/dhclient/
H A Ddhctoken.h101 #define TIMEOUT 301 macro
/freebsd-13-stable/libexec/tftpd/
H A Dtftp-utils.h33 #define TIMEOUT 5 macro

Completed in 244 milliseconds

123