Searched refs:timeout (Results 1 - 25 of 1175) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/config/
H A Dunix.exp22 # Set a default timeout to be used for the tests under UNIX, rather than
26 set timeout 60
27 verbose "Timeout is now $timeout seconds" 2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Ddead006.tcl10 {timeout 1000} {tnum 006} } {
13 dead001 $procs $tests $timeout $tnum
14 dead002 $procs $tests $timeout $tnum
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Di2c-gpio.h18 * @timeout: clock stretching timeout in jiffies. If the slave keeps
32 int timeout; member in struct:i2c_gpio_platform_data
H A Di2c-algo-bit.h45 int timeout; /* in jiffies */ member in struct:i2c_algo_bit_data
H A Di2c-algo-pcf.h38 int timeout; member in struct:i2c_algo_pcf_data
H A Dpg.h48 int timeout; /* number of seconds before timeout */ member in struct:pg_write_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/scripts/
H A Dsecure-card29 set timeout 60
37 set timeout 15
44 set timeout 5
49 set timeout 5
69 set timeout -1
72 set timeout 30
76 set timeout -1
79 set timeout 30
94 timeout {
98 set timeout 1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dtimer.h69 * We use that when setting the query timeout. Jean II
77 static inline void irda_start_timer(struct timer_list *ptimer, int timeout, argument
86 mod_timer(ptimer, jiffies + timeout);
90 void irlap_start_slot_timer(struct irlap_cb *self, int timeout);
92 void irlap_start_final_timer(struct irlap_cb *self, int timeout);
93 void irlap_start_wd_timer(struct irlap_cb *self, int timeout);
94 void irlap_start_backoff_timer(struct irlap_cb *self, int timeout);
96 void irlap_start_mbusy_timer(struct irlap_cb *self, int timeout);
99 void irlmp_start_watchdog_timer(struct lsap_cb *, int timeout);
100 void irlmp_start_discovery_timer(struct irlmp_cb *, int timeout);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_cache.c38 const time_t timeout, void* dptr)
45 memcpy(&timeout_tm, localtime(&timeout), sizeof(struct tm));
48 /* form up timeout string depending whether it's today's date or not */
60 timeout_str, datastr, timeout > now_t ? "": "(expired)");
64 const time_t timeout, void* dptr)
72 * Parse text representation of timeout value
74 * @param timeout_str string containing text representation of the timeout
75 * @return numeric timeout of time_t type
81 time_t timeout; local
106 /* calculate actual timeout valu
37 print_cache_entry(const char* keystr, const char* datastr, const time_t timeout, void* dptr) argument
63 delete_cache_entry(const char* keystr, const char* datastr, const time_t timeout, void* dptr) argument
136 time_t timeout; local
176 time_t timeout; local
241 time_t timeout; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_sleep.c55 struct timeval timeout;
56 timeout.tv_sec = ms / 1000L;
58 timeout.tv_usec = ms * 1000L;
59 select(0, NULL, NULL, NULL, &timeout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dmulti-double.c63 struct timeval timeout; local
77 /* set a suitable timeout to play around with */
78 timeout.tv_sec = 1;
79 timeout.tv_usec = 0;
83 timeout.tv_sec = curl_timeo / 1000;
84 if(timeout.tv_sec > 1)
85 timeout.tv_sec = 1;
87 timeout.tv_usec = (curl_timeo % 1000) * 1000;
99 rc = select(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
107 /* timeout o
[all...]
H A Dmulti-single.c59 struct timeval timeout; local
73 /* set a suitable timeout to play around with */
74 timeout.tv_sec = 1;
75 timeout.tv_usec = 0;
79 timeout.tv_sec = curl_timeo / 1000;
80 if(timeout.tv_sec > 1)
81 timeout.tv_sec = 1;
83 timeout.tv_usec = (curl_timeo % 1000) * 1000;
95 rc = select(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
105 /* timeout o
[all...]
H A Dmulti-app.c74 struct timeval timeout; local
88 /* set a suitable timeout to play around with */
89 timeout.tv_sec = 1;
90 timeout.tv_usec = 0;
94 timeout.tv_sec = curl_timeo / 1000;
95 if(timeout.tv_sec > 1)
96 timeout.tv_sec = 1;
98 timeout.tv_usec = (curl_timeo % 1000) * 1000;
110 rc = select(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
116 case 0: /* timeout */
[all...]
H A Dmulti-post.c84 struct timeval timeout; local
98 /* set a suitable timeout to play around with */
99 timeout.tv_sec = 1;
100 timeout.tv_usec = 0;
104 timeout.tv_sec = curl_timeo / 1000;
105 if(timeout.tv_sec > 1)
106 timeout.tv_sec = 1;
108 timeout.tv_usec = (curl_timeo % 1000) * 1000;
120 rc = select(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
128 /* timeout o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DCompactConfig.java32 private int timeout = 0; field in class:CompactConfig
141 Set the lock timeout for implicit transactions.
143 {@link Database#compact}, the lock timeout set for implicit
145 @param timeout
146 the lock timeout set for implicit transactions, in microseconds.
148 public void setTimeout(final int timeout) { argument
149 this.timeout = timeout;
153 Return the the lock timeout set for implicit transactions, in microseconds.
158 The the lock timeout se
[all...]
H A DLockRequest.java21 private int timeout; field in class:LockRequest
49 timeout for the specified object.
63 @param timeout
64 The timeout value for the lock.
70 final int timeout) {
76 this.setTimeout(timeout);
121 Set the lock timeout value.
123 @param timeout
124 The lock timeout value.
126 public void setTimeout(final int timeout) { argument
66 LockRequest(final LockOperation op, final LockRequestMode mode, final DatabaseEntry obj, final Lock lock, final int timeout) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dtimer.c45 void irlap_start_slot_timer(struct irlap_cb *self, int timeout) argument
47 irda_start_timer(&self->slot_timer, timeout, (void *) self,
53 int timeout; local
64 timeout = ((sysctl_slot_timeout * HZ / 1000) * (S - s)
70 irda_start_timer( &self->query_timer, timeout, (void *) self,
74 void irlap_start_final_timer(struct irlap_cb *self, int timeout) argument
76 irda_start_timer(&self->final_timer, timeout, (void *) self,
80 void irlap_start_wd_timer(struct irlap_cb *self, int timeout) argument
82 irda_start_timer(&self->wd_timer, timeout, (void *) self,
86 void irlap_start_backoff_timer(struct irlap_cb *self, int timeout) argument
92 irlap_start_mbusy_timer(struct irlap_cb *self, int timeout) argument
112 irlmp_start_watchdog_timer(struct lsap_cb *self, int timeout) argument
118 irlmp_start_discovery_timer(struct irlmp_cb *self, int timeout) argument
124 irlmp_start_idle_timer(struct lap_cb *self, int timeout) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs4renewd.c65 long lease, timeout; local
77 timeout = (2 * lease) / 3 + (long)last - (long)now;
78 /* Are we close to a lease timeout? */
91 timeout = (2 * lease) / 3;
96 if (timeout < 5 * HZ) /* safeguard */
97 timeout = 5 * HZ;
99 __FUNCTION__, (timeout + HZ - 1) / HZ);
101 schedule_delayed_work(&clp->cl_renewd, timeout);
112 long timeout; local
115 timeout
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Ddbus-watch-glue.c225 static void update_timeout(TimeoutData *timeout) { argument
226 assert(timeout);
227 assert(timeout->ref >= 1);
229 if (dbus_timeout_get_enabled(timeout->dbus_timeout)) {
231 avahi_elapse_time(&tv, dbus_timeout_get_interval(timeout->dbus_timeout), 0);
232 timeout->poll_api->timeout_update(timeout->
235 timeout->poll_api->timeout_update(timeout->avahi_timeout, NULL);
240 TimeoutData *timeout local
257 TimeoutData *timeout; local
290 TimeoutData *timeout; local
303 TimeoutData *timeout; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib502.c54 struct timeval timeout; local
58 timeout.tv_sec = 0;
59 timeout.tv_usec = 100000L; /* 100 ms */
76 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_IDLETIMER.h37 __u32 timeout; member in struct:idletimer_tg_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dnonstdio.h11 extern int xmon_expect(const char *str, unsigned long timeout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Drio500_usb.h36 int timeout; member in struct:RioCommand
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_timer.c16 * Set timeout values in shared memory.
26 __lock_set_timeout(env, locker, timeout, op)
29 db_timeout_t timeout;
37 ret = __lock_set_timeout_internal(env, locker, timeout, op);
44 * -- set timeout values in shared memory.
54 __lock_set_timeout_internal(env, sh_locker, timeout, op)
57 db_timeout_t timeout;
64 if (timeout == 0)
67 __lock_expires(env, &sh_locker->tx_expire, timeout);
69 sh_locker->lk_timeout = timeout;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Datari_acsi.h8 int acsi_wait_for_IRQ( unsigned timeout );
9 int acsi_wait_for_noIRQ( unsigned timeout );

Completed in 282 milliseconds

1234567891011>>