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

1234567891011>>

/freebsd-current/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_listen.py17 print(" %s -i <interface_name> [-t <timeout>] \ " \
22 print(" -t = timeout = 0s (infinite)")
41 global timeout
50 def __init__(self,interface_name,wpas_dbus_interface,timeout):
52 self.timeout = int(timeout)
104 self.p2p_interface.Listen(int(self.timeout))
107 # Required for timeout implementation
115 timeout = 0 variable
141 timeout
[all...]
/freebsd-current/contrib/ofed/libibmad/
H A Dsmp.c61 unsigned mod, unsigned timeout, int *rstatus,
78 rpc.timeout = timeout;
93 unsigned mod, unsigned timeout,
96 return smp_set_status_via(data, portid, attrid, mod, timeout, NULL,
101 unsigned mod, unsigned timeout)
103 return smp_set_via(data, portid, attrid, mod, timeout, ibmp);
107 unsigned attrid, unsigned mod, unsigned timeout,
117 rpc.timeout = timeout;
60 smp_set_status_via(void *data, ib_portid_t * portid, unsigned attrid, unsigned mod, unsigned timeout, int *rstatus, const struct ibmad_port *srcport) argument
92 smp_set_via(void *data, ib_portid_t * portid, unsigned attrid, unsigned mod, unsigned timeout, const struct ibmad_port *srcport) argument
100 smp_set(void *data, ib_portid_t * portid, unsigned attrid, unsigned mod, unsigned timeout) argument
106 smp_query_status_via(void *rcvbuf, ib_portid_t * portid, unsigned attrid, unsigned mod, unsigned timeout, int *rstatus, const struct ibmad_port * srcport) argument
138 smp_query_via(void *rcvbuf, ib_portid_t * portid, unsigned attrid, unsigned mod, unsigned timeout, const struct ibmad_port * srcport) argument
146 smp_query(void *rcvbuf, ib_portid_t * portid, unsigned attrid, unsigned mod, unsigned timeout) argument
[all...]
/freebsd-current/contrib/sendmail/libsm/
H A Dsem.c105 ** timeout -- how long to wait for operation to succeed.
113 sm_sem_acq(semid, semnum, timeout)
116 int timeout;
124 (timeout != SM_TIME_FOREVER ? 0 : IPC_NOWAIT);
125 if (timeout == SM_TIME_IMMEDIATE || timeout == SM_TIME_FOREVER)
133 --timeout;
134 } while (timeout > 0);
144 ** timeout -- how long to wait for operation to succeed.
152 sm_sem_rel(semid, semnum, timeout)
[all...]
H A Dfwrite.c28 ** timeout -- time to complete the write
39 sm_io_write(fp, timeout, buf, size)
41 int timeout;
62 if (sm_fvwrite(fp, timeout, &uio) == 0)
H A Dput.c33 ** timeout -- time to complete putc
45 sm_io_putc(fp, timeout, c)
47 int timeout;
56 return sm_putc(fp, timeout, c);
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c43 const char *wmesg, int timeout, int state)
53 if (timeout != 0)
54 sleepq_set_timeout(wchan, timeout);
58 if (timeout == 0)
63 if (timeout == 0) {
254 linux_wait_event_common(wait_queue_head_t *wqh, wait_queue_t *wq, int timeout, argument
263 /* range check timeout */
264 if (timeout < 1)
265 timeout = 1;
266 else if (timeout
42 linux_add_to_sleepqueue(void *wchan, struct task_struct *task, const char *wmesg, int timeout, int state) argument
292 linux_schedule_timeout(int timeout) argument
358 linux_wait_on_bit_timeout(unsigned long *word, int bit, unsigned int state, int timeout) argument
[all...]
/freebsd-current/tests/sys/netpfil/common/
H A Dsniffer.py33 def __init__(self, args, check_function, recvif, timeout=3, defrag=False):
38 self._timeout = timeout
45 if not self._sem.acquire(timeout=30):
64 timeout=self._timeout, started_callback=self._startedCb)
69 stop_filter=self._checkPacket, timeout=self._timeout,
/freebsd-current/sys/arm/freescale/imx/
H A Dimx_wdog.c101 imx_wdog_enable(struct imx_wdog_softc *sc, u_int timeout) argument
105 if (timeout < 1 || timeout > 128)
109 if (timeout != sc->sc_timeout) {
110 sc->sc_timeout = timeout;
113 reg |= ((2 * timeout - 1) << WDOG_CR_WT_SHIFT);
134 u_int timeout; local
142 timeout = (u_int)((1ULL << (cmd & WD_INTERVAL)) / 1000000000U);
143 if (imx_wdog_enable(sc, timeout) == 0)
187 pcell_t timeout; local
[all...]
/freebsd-current/contrib/libevent/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0));
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));
/freebsd-current/contrib/ntp/sntp/libevent/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0));
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));
/freebsd-current/sbin/hastd/
H A Dproto.h42 int proto_connect(struct proto_conn *conn, int timeout);
43 int proto_connect_wait(struct proto_conn *conn, int timeout);
58 int proto_timeout(const struct proto_conn *conn, int timeout);
/freebsd-current/usr.sbin/bluetooth/btpand/
H A Devent.h55 struct timeval timeout; member in struct:event
82 #define event_add(ev, timeout) \
83 _event_add(__FILE__, __LINE__, ev, timeout)
89 #define evtimer_add(ev, timeout) \
90 _event_add(__FILE__, __LINE__, ev, timeout)
107 struct timeval const *timeout) {
109 "timeout=%p", file, line, ev, ev->fd, ev->flags, ev->cb,
110 ev->cbarg, timeout);
115 return (__event_add(ev, timeout));
137 #define event_add(ev, timeout) \
106 _event_add(char const *file, int line, struct event *ev, struct timeval const *timeout) argument
[all...]
/freebsd-current/tools/tools/ath/
H A Dathctrl.sh35 timeout=`expr $slottime \* 2 + 3`
40 sysctl dev.ath.$ATHN.acktimeout=$timeout
41 sysctl dev.ath.$ATHN.ctstimeout=$timeout
/freebsd-current/contrib/ntp/sntp/libevent/sample/
H A Dtime-test.c46 struct event *timeout = arg; local
62 event_add(timeout, &tv);
69 struct event timeout; local
95 event_assign(&timeout, base, -1, flags, timeout_cb, (void*) &timeout);
99 event_add(&timeout, &tv);
/freebsd-current/contrib/libevent/sample/
H A Dtime-test.c46 struct event *timeout = arg; local
62 event_add(timeout, &tv);
69 struct event timeout; local
95 event_assign(&timeout, base, -1, flags, timeout_cb, (void*) &timeout);
99 event_add(&timeout, &tv);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.argsnotcached.d38 fbt::timeout:entry
/freebsd-current/sys/contrib/openzfs/contrib/initramfs/scripts/local-top/
H A Dzfs28 /sbin/udevadm settle --timeout=30
30 /sbin/udevsettle --timeout=30
/freebsd-current/contrib/wpa/src/utils/
H A Deloop.c105 struct dl_list timeout; member in struct:eloop_data
166 dl_list_init(&eloop.timeout);
776 struct eloop_timeout *timeout, *tmp; local
779 timeout = os_zalloc(sizeof(*timeout));
780 if (timeout == NULL)
782 if (os_get_reltime(&timeout->time) < 0) {
783 os_free(timeout);
786 now_sec = timeout->time.sec;
787 timeout
828 eloop_remove_timeout(struct eloop_timeout *timeout) argument
840 struct eloop_timeout *timeout, *prev; local
863 struct eloop_timeout *timeout, *prev; local
1101 struct eloop_timeout *timeout; local
1264 struct eloop_timeout *timeout, *prev; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.ret.d67 timeout = timestamp + 5000000000;
71 /timestamp > timeout/
H A Dtst.branch.d69 timeout = timestamp + 5000000000;
73 /timestamp > timeout/
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.fork.d77 timeout = timestamp + 5000000000;
81 /timestamp > timeout/
/freebsd-current/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-current/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-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sysevent/
H A Dtst.post_chan.d37 timeout = timestamp + 5000000000;
83 /timestamp > timeout/

Completed in 308 milliseconds

1234567891011>>