Searched refs:timeout (Results 76 - 100 of 1172) sorted by relevance

1234567891011>>

/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c60 struct timeval timeout; local
68 timeout.tv_sec = 30;
69 timeout.tv_usec = 0;
92 timeout);
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.fork.d77 timeout = timestamp + 5000000000;
81 /timestamp > timeout/
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sysevent/
H A Dtst.post.d37 timeout = timestamp + 5000000000;
84 /timestamp > timeout/
H A Dtst.post_chan.d37 timeout = timestamp + 5000000000;
83 /timestamp > timeout/
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.d69 timeout = timestamp + 5000000000;
73 /timestamp > timeout/
H A Dtst.ret.d67 timeout = timestamp + 5000000000;
71 /timestamp > timeout/
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.d61 timeout = timestamp + 5000000000;
65 /timestamp > timeout/
H A Dtst.branch.d69 timeout = timestamp + 5000000000;
73 /timestamp > timeout/
/freebsd-11.0-release/sys/dev/joy/
H A Djoyvar.h35 int timeout[2]; member in struct:joy_softc
/freebsd-11.0-release/sys/dev/bwn/
H A Dif_bwn_phy_common.h37 uint16_t mask, uint16_t value, int delay, int timeout);
/freebsd-11.0-release/sys/dev/usb/storage/
H A Drio500_usb.h41 int timeout; member in struct:RioCommand
/freebsd-11.0-release/libexec/ypxfr/
H A Dypxfr_getmap.c67 struct timeval timeout; local
69 timeout.tv_usec = 0;
70 timeout.tv_sec = 10;
86 (xdrproc_t)xdr_ypresp_all_seq, &status, timeout);
/freebsd-11.0-release/sbin/dhclient/
H A Dtree.h52 time_t timeout; member in struct:tree_cache
/freebsd-11.0-release/tests/sys/mac/portacl/
H A DMakefile14 TEST_METADATA.$t+= timeout="450"
/freebsd-11.0-release/usr.sbin/nscd/
H A Dnscdcli.h34 struct timeval timeout; member in struct:nscd_connection_params
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py40 global timeout
49 def __init__(self,interface_name,wpas_dbus_interface,timeout):
53 self.timeout = timeout
104 # Required for timeout implementation
113 timeout = 5 variable
152 wpas_dbus_interface,timeout)
163 time.sleep(int(p2p_disconnect_test.timeout))
H A Dp2p_flush.py40 global timeout
49 def __init__(self,interface_name,wpas_dbus_interface,timeout):
53 self.timeout = timeout
104 # Required for timeout implementation
113 timeout = 5 variable
151 p2p_flush_test = P2P_Flush(interface_name, wpas_dbus_interface,timeout)
162 time.sleep(int(p2p_flush_test.timeout))
H A Dp2p_stop_find.py42 global timeout
51 def __init__(self,interface_name,wpas_dbus_interface,timeout):
55 self.timeout = timeout
109 # Required for timeout implementation
118 timeout = 5 variable
157 wpas_dbus_interface,timeout)
168 time.sleep(int(p2p_stop_find_test.timeout))
/freebsd-11.0-release/contrib/netbsd-tests/kernel/kqueue/
H A Dt_proc2.c95 struct timespec timeout; local
99 timeout.tv_sec = 0;
100 timeout.tv_nsec = 0;
111 RL(kevent(kq, &ke, 1, NULL, 0, &timeout));
119 RL(kevent(kq, NULL, 0, &ke, 1, &timeout));
/freebsd-11.0-release/contrib/sendmail/libmilter/
H A Dlibmilter.h75 time_t ctx_timeout; /* timeout */
157 struct timespec timeout; \
160 timeout.tv_sec = now.tv_sec + to; \
161 timeout.tv_nsec = now.tv_usec / 1000; \
162 r = pthread_cond_timedwait(cp,mp,&timeout); \
176 # define MI_MS(timeout) (((timeout)->tv_sec * 1000) + (timeout)->tv_usec)
200 # define FD_WR_READY(sd, excs, timeout) \
201 poll(&(wrs), 1, MI_MS(timeout))
[all...]
/freebsd-11.0-release/sys/dev/etherswitch/arswitch/
H A Darswitch_phy.c113 int err, timeout; local
138 for (timeout = 100; timeout--; ) {
143 if (timeout < 0) {
144 DPRINTF(dev, "arswitch_readphy(): phy=%d.%02x; timeout=%d\n", phy, reg, timeout);
162 int err, timeout; local
186 for (timeout = 100; timeout--; ) {
191 if (timeout <
[all...]
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_common.c160 DBusTimeout *timeout = sock_ctx; local
161 dbus_timeout_handle(timeout);
165 static dbus_bool_t add_timeout(DBusTimeout *timeout, void *data) argument
169 if (!dbus_timeout_get_enabled(timeout))
172 eloop_register_timeout(0, dbus_timeout_get_interval(timeout) * 1000,
173 process_timeout, priv, timeout);
175 dbus_timeout_set_data(timeout, priv, NULL);
181 static void remove_timeout(DBusTimeout *timeout, void *data) argument
185 eloop_cancel_timeout(process_timeout, priv, timeout);
186 dbus_timeout_set_data(timeout, NUL
190 timeout_toggled(DBusTimeout *timeout, void *data) argument
[all...]
/freebsd-11.0-release/sys/sys/
H A Dtimepps.h110 struct timespec timeout; member in struct:pps_fetch_args
116 struct timespec timeout; member in struct:pps_fetch_ffc_args
217 pps_info_t *ppsinfobuf, const struct timespec *timeout)
223 if (timeout == NULL) {
224 arg.timeout.tv_sec = -1;
225 arg.timeout.tv_nsec = -1;
227 arg.timeout = *timeout;
235 pps_info_ffc_t *ppsinfobuf, const struct timespec *timeout)
241 if (timeout
216 time_pps_fetch(pps_handle_t handle, const int tsformat, pps_info_t *ppsinfobuf, const struct timespec *timeout) argument
234 time_pps_fetch_ffc(pps_handle_t handle, const int tsformat, pps_info_ffc_t *ppsinfobuf, const struct timespec *timeout) argument
[all...]
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_poll.c88 atf_tc_set_md_var(tc, "timeout", "15");
151 atf_tc_set_md_var(tc, "timeout", "10");
170 * Check that we get a timeout waiting for data on the read end
240 atf_tc_set_md_var(tc, "timeout", "10");
249 struct timespec timeout; local
259 /* Use a timeout of 1 second. */
260 timeout.tv_sec = 1;
261 timeout.tv_nsec = 0;
264 * Check that we get a timeout waiting for data on the read end
269 ATF_REQUIRE_EQ_MSG(ret = pollts(&pfds[0], 1, &timeout, NUL
317 struct timespec timeout; local
349 struct timespec timeout; local
[all...]
/freebsd-11.0-release/sys/dev/iicbus/
H A Diicbb.c230 iicbb_setscl(device_t dev, int val, int timeout) argument
238 while (val && !I2C_GETSCL(dev) && k++ < timeout) {
247 iicbb_one(device_t dev, int timeout) argument
258 iicbb_zero(device_t dev, int timeout) argument
283 iicbb_ack(device_t dev, int timeout) argument
297 } while (k < timeout);
306 iicbb_sendbyte(device_t dev, u_char data, int timeout) argument
312 iicbb_one(dev, timeout);
314 iicbb_zero(dev, timeout);
322 iicbb_readbyte(device_t dev, int last, int timeout) argument
358 iicbb_start(device_t dev, u_char slave, int timeout) argument
399 iicbb_write(device_t dev, const char *buf, int len, int *sent, int timeout) argument
[all...]

Completed in 150 milliseconds

1234567891011>>