Searched refs:timeout (Results 101 - 125 of 1117) sorted by relevance

1234567891011>>

/freebsd-10.3-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-10.3-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-10.3-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...]
/freebsd-10.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dsminfo.c89 int timeout = 0; /* use default */ local
112 { "timeout", 1, 0, 't'},
147 timeout = strtoul(optarg, 0, 0);
148 madrpc_set_timeout(timeout);
179 if (ib_resolve_smlid(&portid, timeout) < 0)
190 if (!(p = smp_set(sminfo, &portid, IB_ATTR_SMINFO, mod, timeout)))
193 if (!(p = smp_query(sminfo, &portid, IB_ATTR_SMINFO, 0, timeout)))
/freebsd-10.3-release/contrib/ofed/management/libibmad/include/infiniband/
H A Dmad.h188 int timeout; member in struct:__anon4398
589 unsigned timeout; member in struct:ib_vendor_call
705 void * mad_receive(void *umad, int timeout);
729 int madrpc_set_timeout(int timeout);
750 unsigned timeout);
752 unsigned timeout);
754 unsigned mod, unsigned timeout, const void *srcport);
756 unsigned timeout, const void *srcport);
760 unsigned timeout)
765 p = smp_query(rcvbuf, portid, attrid, mod, timeout);
759 safe_smp_query(void *rcvbuf, ib_portid_t *portid, unsigned attrid, unsigned mod, unsigned timeout) argument
772 safe_smp_set(void *rcvbuf, ib_portid_t *portid, unsigned attrid, unsigned mod, unsigned timeout) argument
795 safe_sa_call(void *rcvbuf, ib_portid_t *portid, ib_sa_call_t *sa, unsigned timeout) argument
[all...]
/freebsd-10.3-release/contrib/sendmail/libsm/
H A Dfvwrite.c34 ** timeout -- time length for function to return by
56 sm_fvwrite(fp, timeout, uio)
58 int timeout;
80 SM_CONVERT_TIME(fp, fd, timeout, &to);
98 if (IS_IO_ERROR(fd, w, timeout))
102 SM_IO_WR_TIMEOUT(fp, fd, timeout);
173 if (sm_flush(fp, &timeout))
184 if (IS_IO_ERROR(fd, w, timeout))
188 SM_IO_WR_TIMEOUT(fp, fd, timeout);
204 if ((fp->f_flags & SMNOW) != 0 && sm_flush(fp, &timeout))
[all...]
/freebsd-10.3-release/sys/dev/viawd/
H A Dviawd.c74 viawd_tmr_set(struct viawd_softc *sc, unsigned int timeout) argument
78 if (timeout < VIAWD_MEM_COUNT_MIN)
79 timeout = VIAWD_MEM_COUNT_MIN;
80 else if (timeout > VIAWD_MEM_COUNT_MAX)
81 timeout = VIAWD_MEM_COUNT_MAX;
83 viawd_write_4(sc, VIAWD_MEM_COUNT, timeout);
84 sc->timeout = timeout;
89 * the watchdog or change the initial timeout value.
95 unsigned int timeout; local
[all...]
/freebsd-10.3-release/usr.sbin/bluetooth/btpand/
H A Devent.c88 struct timeval now, timeout, t; local
97 timeout.tv_sec = 10; /* arbitrary */
98 timeout.tv_usec = 0;
120 if (tv_cmp(&t, &timeout) < 0)
121 timeout = t;
141 nfd = select(nfd + 1, &r, &w, NULL, &timeout);
162 event_add(ev, &ev->timeout);
181 /* if event has no timeout - just requeue */
190 event_add(ev, &ev->timeout);
220 __event_add(struct event *ev, const struct timeval *timeout) argument
[all...]
/freebsd-10.3-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibhosts.in19 -P | -C | -t | -timeout)
H A Dibrouters.in19 -P | -C | -t | -timeout)
H A Dibswitches.in19 -P | -C | -t | -timeout)
/freebsd-10.3-release/contrib/sendmail/include/sm/
H A Dsem.h55 # define sm_sem_acq(semid, semnum, timeout) 0
56 # define sm_sem_rel(semid, semnum, timeout) 0
/freebsd-10.3-release/contrib/sendmail/libmilter/
H A Dsmfi.c49 struct timeval timeout; local
53 timeout.tv_sec = ctx->ctx_timeout;
54 timeout.tv_usec = 0;
72 r = mi_wr_cmd(ctx->ctx_sd, &timeout, cmd, buf, len);
182 struct timeval timeout;
186 timeout.tv_sec = ctx->ctx_timeout;
187 timeout.tv_usec = 0;
215 r = mi_wr_cmd(ctx->ctx_sd, &timeout, cmd, buf, len);
247 struct timeval timeout; local
251 timeout
387 struct timeval timeout; local
416 struct timeval timeout; local
447 struct timeval timeout; local
491 struct timeval timeout; local
853 struct timeval timeout; local
[all...]
/freebsd-10.3-release/libexec/talkd/
H A Dextern.h43 void timeout(int sig);
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dser-unix.h47 extern int ser_unix_wait_for (struct serial *scb, int timeout);
48 extern int ser_unix_readchar (struct serial *scb, int timeout);
/freebsd-10.3-release/etc/ppp/
H A Dppp.conf23 set timeout 180 # 3 minute idle timer (the default)
/freebsd-10.3-release/contrib/apr/poll/unix/
H A Dpoll.c73 apr_interval_time_t timeout)
116 if (timeout > 0) {
117 timeout /= 1000; /* convert microseconds to milliseconds */
120 i = poll(pollset, num_to_poll, timeout);
237 apr_interval_time_t timeout,
248 if (timeout > 0) {
249 apr_sleep(timeout);
254 if (timeout > 0) {
255 timeout /= 1000;
257 ret = WSAPoll(pollset->p->pollset, pollset->nelts, (int)timeout);
236 impl_pollset_poll(apr_pollset_t *pollset, apr_interval_time_t timeout, apr_int32_t *num, const apr_pollfd_t **descriptors) argument
391 impl_pollcb_poll(apr_pollcb_t *pollcb, apr_interval_time_t timeout, apr_pollcb_cb_t func, void *baton) argument
[all...]
/freebsd-10.3-release/lib/libc/tests/nss/
H A DMakefile15 TEST_METADATA.gethostby_test= timeout="1200"
/freebsd-10.3-release/lib/libc/rpc/
H A Drtime.c70 rtime(addrp, timep, timeout)
73 struct timeval *timeout;
84 if (timeout == NULL) {
113 (fd_set *)NULL, (fd_set *)NULL, timeout);
/freebsd-10.3-release/sbin/dhclient/
H A Ddhclient.conf12 timeout 60;
15 select-timeout 5;
/freebsd-10.3-release/sys/dev/isci/scil/
H A Dscif_controller.h119 * timeout amount. The user is free to use any timeout value,
120 * but this method provides the suggested minimum start timeout
125 * to return the suggested start timeout.
128 * suggested start operation timeout.
144 * @param[in] timeout This parameter specifies the number of milliseconds
164 U32 timeout
181 * @param[in] timeout This parameter specifies the number of milliseconds
196 U32 timeout
443 #define scif_controller_set_interrupt_coalescence(controller, num, timeout) \
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh40 timeout=15
136 timeout=$(($timeout-1))
137 if [ $timeout -eq 0 ]; then
/freebsd-10.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto.h38 int proto_connect(const char *srcaddr, const char *dstaddr, int timeout,
40 int proto_connect_wait(struct proto_conn *conn, int timeout);
55 int proto_timeout(const struct proto_conn *conn, int timeout);
H A Dsigtimedwait.h47 const struct timespec *timeout)
60 it.it_value.tv_sec = timeout->tv_sec;
61 it.it_value.tv_usec = timeout->tv_nsec / 1000;
46 sigtimedwait(const sigset_t *set, siginfo_t *info, const struct timespec *timeout) argument
/freebsd-10.3-release/contrib/ntp/sntp/libevent/test/
H A Dtest-eof.c57 struct timeval timeout = {60, 0}; variable in typeref:struct:timeval
77 event_add(arg, &timeout);
118 event_add(&ev, &timeout);

Completed in 157 milliseconds

1234567891011>>