Searched refs:timeout (Results 51 - 75 of 1033) sorted by relevance

1234567891011>>

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.weak2.d42 timeout = timestamp + 1000000000;
53 timeout = timestamp + 500000000;
79 /timestamp > timeout/
H A Dtst.fork.d77 timeout = timestamp + 5000000000;
81 /timestamp > timeout/
/freebsd-10.0-release/contrib/sendmail/libsm/
H A Dfopen.c34 ** OPENALRM -- handler when timeout activated for sm_io_open()
60 ** REOPENALRM -- handler when timeout activated for sm_io_reopen()
91 ** timeout -- time to complete the open
107 sm_io_open(type, timeout, info, flags, rpool)
109 int SM_NONVOLATILE timeout; /* this is not the file type timeout */
127 if (timeout == SM_TIME_DEFAULT)
128 timeout = SM_TIME_FOREVER;
129 if (timeout == SM_TIME_IMMEDIATE)
137 /* Okay, this is where we set the timeout
[all...]
H A Dsem.c104 ** timeout -- how long to wait for operation to succeed.
112 sm_sem_acq(semid, semnum, timeout)
115 int timeout;
123 (timeout != SM_TIME_FOREVER ? 0 : IPC_NOWAIT);
124 if (timeout == SM_TIME_IMMEDIATE || timeout == SM_TIME_FOREVER)
132 --timeout;
133 } while (timeout > 0);
143 ** timeout -- how long to wait for operation to succeed.
151 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-10.0-release/contrib/ofed/management/libibmad/src/
H A Dsmp.c52 smp_set_via(void *data, ib_portid_t *portid, unsigned attrid, unsigned mod, unsigned timeout, const void *srcport) argument
67 rpc.timeout = timeout;
82 smp_set(void *data, ib_portid_t *portid, unsigned attrid, unsigned mod, unsigned timeout) argument
84 return smp_set_via(data, portid, attrid, mod, timeout, NULL);
89 unsigned timeout, const void *srcport)
97 rpc.timeout = timeout;
120 unsigned timeout)
122 return smp_query_via(rcvbuf, portid, attrid, mod, timeout, NUL
88 smp_query_via(void *rcvbuf, ib_portid_t *portid, unsigned attrid, unsigned mod, unsigned timeout, const void *srcport) argument
119 smp_query(void *rcvbuf, ib_portid_t *portid, unsigned attrid, unsigned mod, unsigned timeout) argument
[all...]
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_find.py3 # Will list all devices found/lost within a time frame (timeout)
17 print " %s -i <interface_name> [-t <timeout>] \ " \
22 print " -t = timeout = 0s (infinite)"
43 global timeout
53 def __init__(self,interface_name,wpas_dbus_interface,timeout):
55 self.timeout = int(timeout)
111 {'Timeout':int(self.timeout)})
117 # Required for timeout implementation
125 timeout variable
[all...]
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-10.0-release/contrib/ldns/ldns/
H A Dnet.h37 * \param[in] timeout the timeout value for the network
42 ldns_status ldns_udp_send(uint8_t **result, ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout, size_t *answersize);
50 * \param[in] timeout *unused*, was the timeout value for the network
54 int ldns_udp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout);
62 * \param[in] timeout the timeout value for the connect attempt
65 int ldns_tcp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout);
73 * \param[in] timeout th
[all...]
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dcompletion.h97 _wait_for_timeout_common(struct completion *c, long timeout, int flags) argument
101 end = ticks + timeout;
117 timeout = end - ticks;
119 return (timeout > 0 ? timeout : 1);
122 #define wait_for_completion_timeout(c, timeout) \
123 _wait_for_timeout_common(c, timeout, 0)
124 #define wait_for_completion_interruptible_timeout(c, timeout) \
125 _wait_for_timeout_common(c, timeout, SLEEPQ_INTERRUPTIBLE)
/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_sigwait.c43 const struct timespec *timeout);
47 const struct timespec *timeout);
57 const struct timespec *timeout)
70 return (__sys_sigtimedwait(set, info, timeout));
104 curthread->timeout = 0;
106 _thr_set_timeout(timeout);
122 else if (curthread->timeout)
126 curthread->timeout = 0;
143 const struct timespec * timeout)
149 ret = lib_sigtimedwait(set, info, timeout);
56 lib_sigtimedwait(const sigset_t *set, siginfo_t *info, const struct timespec *timeout) argument
142 __sigtimedwait(const sigset_t *set, siginfo_t *info, const struct timespec * timeout) argument
154 _sigtimedwait(const sigset_t *set, siginfo_t *info, const struct timespec * timeout) argument
[all...]
/freebsd-10.0-release/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-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-uart.h99 * Get a single byte from serial port with a timeout.
102 * @param timedout Record if a timeout has happened
103 * @param timeout the timeout count
106 static inline uint8_t cvmx_uart_read_byte_with_timeout(int uart_index, int *timedout, volatile unsigned timeout) argument
114 if(timeout == 0)
120 timeout --;
/freebsd-10.0-release/tools/tools/ath/
H A Dathctrl.sh36 timeout=`expr $slottime \* 2 + 3`
41 sysctl dev.ath.$ATHN.acktimeout=$timeout
42 sysctl dev.ath.$ATHN.ctstimeout=$timeout
/freebsd-10.0-release/usr.sbin/bluetooth/btpand/
H A Devent.h54 struct timeval timeout; member in struct:event
81 #define event_add(ev, timeout) \
82 _event_add(__FILE__, __LINE__, ev, timeout)
88 #define evtimer_add(ev, timeout) \
89 _event_add(__FILE__, __LINE__, ev, timeout)
106 struct timeval const *timeout) {
108 "timeout=%p", file, line, ev, ev->fd, ev->flags, ev->cb,
109 ev->cbarg, timeout);
114 return (__event_add(ev, timeout));
136 #define event_add(ev, timeout) \
105 _event_add(char const *file, int line, struct event *ev, struct timeval const *timeout) argument
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.argsnotcached.d38 fbt::timeout:entry
/freebsd-10.0-release/sys/dev/etherswitch/arswitch/
H A Darswitch_phy.c80 int err, timeout; local
99 for (timeout = 100; timeout--; ) {
104 if (timeout < 0)
121 int err, timeout; local
139 for (timeout = 100; timeout--; ) {
144 if (timeout < 0)
/freebsd-10.0-release/sys/xen/interface/
H A Dsched.h75 * optional timeout may be specified.
82 uint64_t timeout; member in struct:sched_poll
112 * after timeout, returns watchdog id.
113 * With id != 0 and timeout == 0, destroy domain watchdog timer.
114 * With id != 0 and timeout != 0, poke watchdog timer and set new timeout.
119 uint32_t timeout; /* timeout */ member in struct:sched_watchdog
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Deloop.c70 struct dl_list timeout; member in struct:eloop_data
130 dl_list_init(&eloop.timeout);
481 struct eloop_timeout *timeout, *tmp; local
484 timeout = os_zalloc(sizeof(*timeout));
485 if (timeout == NULL)
487 if (os_get_time(&timeout->time) < 0) {
488 os_free(timeout);
491 now_sec = timeout->time.sec;
492 timeout
528 eloop_remove_timeout(struct eloop_timeout *timeout) argument
540 struct eloop_timeout *timeout, *prev; local
703 struct eloop_timeout *timeout; local
793 struct eloop_timeout *timeout, *prev; local
[all...]
/freebsd-10.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-10.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-10.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/

Completed in 557 milliseconds

1234567891011>>