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

123

/freebsd-10-stable/tools/tools/mctest/
H A Dmctest.h33 const int TIMEOUT = 10; variable
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv4remote.pl43 my $TIMEOUT = 3; # connection timeout
90 Timeout => $TIMEOUT,
H A Dget.ipv6remote.pl43 my $TIMEOUT = 3; # connection timeout
/freebsd-10-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-10-stable/contrib/amd/amq/
H A Damq_clnt.c47 static struct timeval TIMEOUT = {ALLOWED_MOUNT_TIME, 0}; variable in typeref:struct:timeval
58 (XDRPROC_T_TYPE) xdr_void, &res, TIMEOUT)
75 TIMEOUT) != RPC_SUCCESS) {
91 TIMEOUT) != RPC_SUCCESS) {
108 TIMEOUT)) != RPC_SUCCESS) {
125 TIMEOUT) != RPC_SUCCESS) {
141 (SVC_IN_ARG_TYPE) &res, TIMEOUT) != RPC_SUCCESS) {
156 (SVC_IN_ARG_TYPE) &res, TIMEOUT) != RPC_SUCCESS) {
171 (SVC_IN_ARG_TYPE) &res, TIMEOUT) != RPC_SUCCESS) {
185 (SVC_IN_ARG_TYPE) &res, TIMEOUT) !
[all...]
/freebsd-10-stable/usr.sbin/rpc.statd/
H A Dtest.c13 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
23 if (clnt_call(clnt, SM_STAT, xdr_sm_name, argp, xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
38 if (clnt_call(clnt, SM_MON, xdr_mon, argp, xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
53 if (clnt_call(clnt, SM_UNMON, xdr_mon_id, argp, xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
68 if (clnt_call(clnt, SM_UNMON_ALL, xdr_my_id, argp, xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
83 if (clnt_call(clnt, SM_SIMU_CRASH, xdr_void, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
/freebsd-10-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-10-stable/libexec/talkd/
H A Dtalkd.c76 #define TIMEOUT 30 macro
106 alarm(TIMEOUT);
134 alarm(TIMEOUT);
/freebsd-10-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-10-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-10-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-10-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-10-stable/usr.sbin/spray/
H A Dspray.c57 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
141 (xdrproc_t)xdr_void, NULL, TIMEOUT) != RPC_SUCCESS)
162 (xdrproc_t)xdr_spraycumul, &host_stats, TIMEOUT) != RPC_SUCCESS)
/freebsd-10-stable/contrib/gdb/gdb/
H A Dser-tcp.c51 #define TIMEOUT 15 macro
154 while (n == 0 && polls <= TIMEOUT * POLL_INTERVAL);
155 if (n < 0 || polls > TIMEOUT * POLL_INTERVAL)
157 if (polls > TIMEOUT * POLL_INTERVAL)
/freebsd-10-stable/lib/libradius/
H A Dradlib_private.h48 #define TIMEOUT 3 /* In seconds */ macro
/freebsd-10-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-10-stable/contrib/openbsm/bin/auditdistd/
H A Dtoken.l74 timeout { DP; return TIMEOUT; }
/freebsd-10-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-10-stable/lib/librpcsvc/
H A Dyp_update.c53 #ifndef TIMEOUT
54 #define TIMEOUT 300 macro
110 timeout.tv_sec = TIMEOUT;
/freebsd-10-stable/share/examples/libusb20/
H A Dbulk.c57 #define TIMEOUT 5000 /* 5 s */ macro
124 if ((rv = libusb20_tr_bulk_intr_sync(xfr_out, out_buf, out_len, &rlen, TIMEOUT))
132 if ((rv = libusb20_tr_bulk_intr_sync(xfr_in, in_buf, BUFLEN, &rlen, TIMEOUT))
/freebsd-10-stable/sbin/hastd/
H A Dtoken.l61 timeout { DP; return TIMEOUT; }
/freebsd-10-stable/usr.sbin/ctld/
H A Dtoken.l83 timeout { return TIMEOUT; }
/freebsd-10-stable/libexec/rpc.sprayd/
H A Dsprayd.c62 #define TIMEOUT 120 macro
103 alarm(TIMEOUT);
/freebsd-10-stable/libexec/tftpd/
H A Dtftp-utils.h31 #define TIMEOUT 5 macro

Completed in 133 milliseconds

123