Searched refs:timeout (Results 26 - 50 of 1175) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dupnpevents.h27 int timeout);
33 renewSubscription(const char * sid, int sidlen, int timeout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dupnpevents.h62 int timeout);
67 int renewSubscription(const char * sid, int sidlen, int timeout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dupnpevents.h27 int timeout);
33 renewSubscription(const char * sid, int sidlen, int timeout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dlogin.exp18 timeout { fail "timed out in $test_desc"; return }
28 timeout { fail "timed out in $test_desc"; return }
37 timeout { fail "timed out in $test_desc"; return }
56 timeout { fail "timed out in $test_desc"; return }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Drx.c46 static int read_byte(int fd, unsigned int timeout) argument
51 alarm(timeout);
72 unsigned int timeout = TIMEOUT_LONG; local
91 blockBegin = read_byte(ttyfd, timeout);
93 goto timeout;
95 timeout = TIMEOUT;
115 goto timeout;
120 goto timeout;
135 goto timeout;
143 goto timeout;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dssp.c52 * %-ETIMEDOUT timeout occurred
57 int timeout = TIMEOUT; local
60 if (!--timeout)
67 timeout = TIMEOUT;
69 if (!--timeout)
89 * %-ETIMEDOUT timeout occurred
94 int timeout = TIMEOUT; local
97 if (!--timeout)
116 * %-ETIMEDOUT timeout occurred
121 int timeout local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dgencache.c99 * @param timeout time when the value is expired
105 BOOL gencache_set(const char *keystr, const char *value, time_t timeout) argument
116 asprintf(&valstr, CACHE_DATA_FMT, (int)timeout, value);
124 DEBUG(10, ("Adding cache entry with key = %s; value = %s and timeout ="
125 " %s (%d seconds %s)\n", keybuf.dptr, value,ctime(&timeout),
126 (int)(timeout - time(NULL)),
127 timeout > time(NULL) ? "ahead" : "in the past"));
143 * @param timeout time when the value is expired
149 BOOL gencache_set_only(const char *keystr, const char *valstr, time_t timeout) argument
169 DEBUG(10, ("Setting cache entry with key = %s; old value = %s and old timeout \
235 gencache_get(const char *keystr, char **valstr, time_t *timeout) argument
303 gencache_iterate(void (*fn)(const char* key, const char *value, time_t timeout, void* dptr), void* data, const char* keystr_pattern) argument
309 time_t timeout = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Dlibps2.c47 int ps2_sendbyte(struct ps2dev *ps2dev, unsigned char byte, int timeout) argument
57 msecs_to_jiffies(timeout));
72 void ps2_drain(struct ps2dev *ps2dev, int maxbytes, int timeout) argument
88 msecs_to_jiffies(timeout));
115 * response and tries to reduce remaining timeout to speed up command
119 static int ps2_adjust_timeout(struct ps2dev *ps2dev, int command, int timeout) argument
126 * shorten the timeout.
130 if (timeout > msecs_to_jiffies(100))
131 timeout = msecs_to_jiffies(100);
145 timeout
176 int timeout; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dtrustdom_cache.c107 * @param timeout cache entry expiration time
113 time_t timeout)
139 ret = gencache_set(alt_key, sid_string, timeout);
141 ret = gencache_set(key, sid_string, timeout);
148 ret = gencache_set(key, sid_string, timeout);
168 time_t timeout; local
183 if (!gencache_get(key, &value, &timeout)) {
212 time_t timeout; local
219 if (!gencache_get(TDOMTSKEY, &value, &timeout)) {
235 BOOL trustdom_cache_store_timestamp( uint32 t, time_t timeout )
112 trustdom_cache_store(char* name, char* alt_name, const DOM_SID *sid, time_t timeout) argument
278 flush_trustdom_name(const char* key, const char *value, time_t timeout, void* dptr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/lock/
H A DMakefile5 timeout.html twopl.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddfork.h88 * @param timeout Thetimeout in seconds
91 int daemon_retval_wait(int timeout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib507.c57 struct timeval timeout; local
66 timeout.tv_sec = 1;
67 timeout.tv_usec = 0;
73 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
H A Dlib560.c74 struct timeval timeout; local
85 /* set a suitable timeout to play around with */
86 timeout.tv_sec = 1;
87 timeout.tv_usec = 0;
94 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
98 /* timeout or readable/writable sockets */
H A Dlib573.c56 struct timeval timeout; local
60 timeout.tv_sec = 0;
61 timeout.tv_usec = 100000L; /* 100 ms */
78 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
H A Dlib575.c79 struct timeval timeout; local
85 timeout.tv_sec = 0;
86 timeout.tv_usec = 100000L; /* 100 ms */
96 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
H A Dlib591.c79 /* server connection timeout */
91 long timeout = -99; local
109 multi_timeout(multi, &timeout);
111 /* At this point, timeout is guaranteed to be greater or equal than -1. */
113 if(timeout != -1L) {
114 interval.tv_sec = timeout/1000;
115 interval.tv_usec = (timeout%1000)*1000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drup.h61 u16 timeout; /* Timeout */ member in struct:RUP
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A DUdpLib.h26 struct sockaddr_in * from, int timeout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dbb_askpass.c20 char *bb_askpass(int timeout, const char * prompt) argument
46 if (timeout) {
50 alarm(timeout);
54 /* On timeout, read will hopefully be interrupted by SIGALRM,
67 if (timeout) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/lib/
H A Dsmbclient.exp26 timeout { perror "timed out spawning smbclient" }
48 timeout { perror "timed out $description"; return -1}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dbacking-dev.c39 * @timeout: timeout in jiffies
41 * Waits for up to @timeout jiffies for a backing_dev (any backing_dev) to exit
45 long congestion_wait(int rw, long timeout) argument
52 ret = io_schedule_timeout(timeout);
58 long congestion_wait_interruptible(int rw, long timeout) argument
68 ret = io_schedule_timeout(timeout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Ddead002.tcl11 {timeout 0} {tnum 002} } {
21 if { $timeout != 0 } {
26 -lock -lock_timeout $timeout -lock_detect $lmode]
47 if { $timeout != 0 } {
70 dead_check $t $n $timeout $dead $clean $other
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DRepmgrConfigTest.java152 @Test (timeout=3000) public void TestOptions0()
156 @Test (timeout=3000) public void TestOptions1()
160 @Test (timeout=3000) public void TestOptions2()
164 @Test (timeout=3000) public void TestOptions3()
168 @Test (timeout=3000) public void TestOptions4()
172 @Test (timeout=3000) public void TestOptions5()
176 @Test (timeout=3000) public void TestOptions6()
180 @Ignore("Currently failing") @Test (timeout=3000) public void TestOptions7()
184 @Test (timeout=3000) public void TestOptions8()
188 @Test (timeout
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dep93xx_wdt.c38 /* default timeout (secs) */
42 static int timeout = WDT_TIMEOUT; variable
76 next_heartbeat = jiffies + (timeout * HZ);
91 next_heartbeat = jiffies + (timeout * HZ);
226 if (timeout < 1 || timeout > 3600) {
227 timeout = WDT_TIMEOUT;
229 "timeout value must be 1<=x<=3600, using %d\n",
230 timeout);
249 module_param(timeout, in
[all...]
H A Dsc1200wdt.c60 #define WDTO 0x05 /* Watchdog timeout register */
72 static int timeout = 1; variable
89 module_param(timeout, int, 0);
90 MODULE_PARM_DESC(timeout, "range is 0-255 minutes, default is 1");
126 /* set the timeout and get the ball rolling */
127 sc1200wdt_write_data(WDTO, timeout);
159 if (timeout > MAX_TIMEOUT)
160 timeout = MAX_TIMEOUT;
163 printk(KERN_INFO PFX "Watchdog enabled, timeout = %d min(s)", timeout);
[all...]

Completed in 298 milliseconds

1234567891011>>