Searched refs:TIMEOUT (Results 26 - 50 of 69) sorted by relevance

123

/freebsd-13-stable/usr.sbin/ypbind/
H A Dyp_ping.c156 struct timeval TIMEOUT = { 0, 0 }; local
162 TIMEOUT) != RPC_SUCCESS) {
175 struct timeval TIMEOUT = { 0, 0 }; local
181 TIMEOUT) != RPC_SUCCESS) {
/freebsd-13-stable/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd_hotspare_008_neg.ksh49 $TIMEOUT 60s $DD if=/dev/zero of=$mntp/zerofile bs=131072
/freebsd-13-stable/contrib/netbsd-tests/net/ndp/
H A Dt_ndp.sh34 TIMEOUT=1
126 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 $IP6DST
187 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 $IP6DST
235 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 $IP6DST
278 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 \
288 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 \
302 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 \
/freebsd-13-stable/contrib/netbsd-tests/net/net/
H A Dt_ipv6address.sh45 TIMEOUT=3
258 rump.ping6 -c 1 -X $TIMEOUT -n ${fwd_if0_lladdr}
261 rump.ping6 -c 1 -X $TIMEOUT -n ${fwd_if0_lladdr}%shmif0
271 rump.ping6 -c 1 -X $TIMEOUT -n -S ${src_if1_lladdr}%shmif1 \
294 rump.ping6 -c 1 -X $TIMEOUT -n -S ${src_if0_lladdr}%shmif0 ${IP6FWD0}
300 rump.ping6 -c 1 -X $TIMEOUT -n ${src_if0_lladdr}%shmif0
302 rump.ping6 -c 1 -X $TIMEOUT -n ${src_if1_lladdr}%shmif0
313 -X $TIMEOUT -n -S ${IP6SRC} ${IP6DST}
318 -X $TIMEOUT -n -S ${src_if0_lladdr}%shmif0 ${IP6DST}
324 -X $TIMEOUT
[all...]
/freebsd-13-stable/contrib/ntp/sntp/
H A Dsntp-opts.h213 # ifdef TIMEOUT
214 # warning undefining TIMEOUT due to option name conflict
215 # undef TIMEOUT macro
238 # undef TIMEOUT macro
274 #define OPT_VALUE_TIMEOUT (DESC(TIMEOUT).optArg.argInt)
/freebsd-13-stable/usr.sbin/ctld/
H A Dtoken.l88 timeout { return TIMEOUT; }
/freebsd-13-stable/sys/dev/pcf/
H A Dpcfvar.h37 #define TIMEOUT 9999 /* XXX */ macro
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dget_lock.c58 TIMEOUT,
125 { ACTIVE_LOCK, D_, "timeout", TIMEOUT,
159 if (leaving_state == TIMEOUT)
56 TIMEOUT, enumerator in enum:__anon6095
H A Dlock.c59 TIMEOUT,
123 { ACTIVE_LOCK, D_, "timeout", TIMEOUT,
151 if (leaving_state == TIMEOUT)
57 TIMEOUT, enumerator in enum:__anon6096
/freebsd-13-stable/share/examples/libusb20/
H A Dcontrol.c61 #define TIMEOUT 5000 /* 5 s */ macro
129 TIMEOUT,
169 if ((rv = libusb20_tr_bulk_intr_sync(xfr_intr, in_buf, BUFLEN, &rlen, TIMEOUT))
/freebsd-13-stable/contrib/netbsd-tests/net/if/
H A Dt_ifconfig.sh35 TIMEOUT=3
128 atf_check -s exit:0 -o ignore rump.ping -c 1 -w $TIMEOUT localhost
158 atf_check -s exit:0 -o ignore rump.ping -c 1 -w $TIMEOUT localhost
234 -w $TIMEOUT -n 192.168.0.2
237 atf_check -s exit:0 -o ignore rump.ping -c 1 -w $TIMEOUT -n 192.168.0.2
271 rump.ping -c 1 -w $TIMEOUT -n 192.168.0.3
/freebsd-13-stable/lib/libtacplus/
H A Dtaclib_private.h39 #define TIMEOUT 3 /* In seconds */ macro
/freebsd-13-stable/contrib/netbsd-tests/net/route/
H A Dt_route.sh50 TIMEOUT=1
51 PING_OPTS="-n -c 1 -w $TIMEOUT"
276 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP4SRCGW
350 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT $IP6SRCGW
/freebsd-13-stable/libexec/tftpd/
H A Dtftp-utils.c49 int timeoutpacket = TIMEOUT;
50 int timeoutnetwork = MAX_TIMEOUTS * TIMEOUT;
/freebsd-13-stable/usr.bin/lock/
H A Dlock.c53 * Timeout interval is by default TIMEOUT, it can be changed with
79 #define TIMEOUT 15 macro
111 sectimeout = TIMEOUT;
/freebsd-13-stable/sys/dev/sound/pci/
H A Dvia82c686.c49 #define TIMEOUT 50 macro
150 for (i = 0; (i < TIMEOUT) &&
153 if (i >= TIMEOUT) {
167 for (i = 0; (i < TIMEOUT) &&
170 if (i >= TIMEOUT) {
/freebsd-13-stable/sys/dev/ppbus/
H A Dppb_base.c197 status->timeout = r & TIMEOUT;
H A Dppbconf.h55 #define TIMEOUT 0x01 macro
/freebsd-13-stable/tools/regression/sockets/unix_cmsg/
H A Duc_common.c50 #ifndef TIMEOUT
51 # define TIMEOUT 2 macro
140 tv.tv_sec = TIMEOUT;
364 tv.tv_sec = TIMEOUT;
/freebsd-13-stable/contrib/netbsd-tests/net/arp/
H A Dt_arp.sh36 TIMEOUT=1
153 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP4DST
328 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP4DST
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dparse.y91 %token TIMEOUT
173 timeout_statement: TIMEOUT NUM
/freebsd-13-stable/tools/tools/mctest/
H A Dmctest.cc165 timeout.tv_sec = TIMEOUT;
244 timeout.tv_sec = TIMEOUT;
/freebsd-13-stable/sbin/dhclient/
H A Ddhclient-script381 TIMEOUT)
/freebsd-13-stable/usr.bin/chat/
H A Dchat.c792 if (strcmp(s, "TIMEOUT") == 0) {
/freebsd-13-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c521 SM_STATE(BE_AUTH, TIMEOUT)
523 SM_ENTRY_MA(BE_AUTH, TIMEOUT, be_auth);
562 SM_ENTER(BE_AUTH, TIMEOUT);
571 SM_ENTER(BE_AUTH, TIMEOUT);
603 SM_ENTER(BE_AUTH, TIMEOUT);

Completed in 221 milliseconds

123