Searched refs:sec (Results 251 - 275 of 395) sorted by relevance

<<111213141516

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dpc300.h234 u16 sec; /* One-second timer */ member in struct:falc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Delevator.c50 #define ELV_HASH_BLOCK(sec) ((sec) >> 3)
51 #define ELV_HASH_FN(sec) \
52 (hash_long(ELV_HASH_BLOCK((sec)), elv_hash_shift))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A Dmpi-internal.h173 mpi_ptr_t _gcry_mpi_alloc_limb_space( unsigned nlimbs, int sec );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpi-internal.h173 mpi_ptr_t _gcry_mpi_alloc_limb_space( unsigned nlimbs, int sec );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dosf_sys.c953 time_t sec, usec; local
958 || __get_user(sec, &tvp->tv_sec)
963 if (sec < 0 || usec < 0)
966 if (poll_select_set_timeout(to, sec, usec * NSEC_PER_USEC))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Ddir.c52 int sec; local
63 for (sec = 0; sec < sbi->sec_per_clus; sec++)
64 sb_breadahead(sb, phys + sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dtime.c79 unsigned long long sec; local
81 sec = todval >> 12;
82 do_div(sec, 1000000);
83 xt->tv_sec = sec;
84 todval -= (sec * 1000000) << 12;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dinit.c1838 int sec = 2; local
1854 sec = c->options.ce.connect_retry_seconds;
1858 sec = 1;
1862 sec = c->options.ce.connect_retry_seconds;
1868 sec = 0;
1873 sec = 10;
1876 if (c->options.server_poll_timeout && sec > 1)
1877 sec = 1;
1881 if (c->persist.restart_sleep_seconds > 0 && c->persist.restart_sleep_seconds > sec)
1882 sec
[all...]
H A Dmanage.h379 void management_event_loop_n_seconds (struct management *man, int sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.c3281 int sec; local
3287 sec = MINIMUM_RECONNECT_INTERVAL_SECS;
3291 sec = MINIMUM_RECONNECT_INTERVAL_SECS;
3296 case 0: sec = 0; break;
3297 case 1: sec = 5; break;
3298 case 2: sec = 2 * 60; break;
3299 case 3: sec = 15 * 60; break;
3300 case 4: sec = 30 * 60; break;
3301 case 5: sec = 60 * 60; break;
3302 default: sec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Dfuncs.js1922 var sec=uptime;
1923 var sec=parseInt(sec);
1924 var hour_sec=sec%3600;
1925 if(hour_sec!=sec)
1926 new_hour=(sec-hour_sec)/3600;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Draop.c187 uint32_t sec; member in struct:ntp_stamp
337 ns->sec = ts->tv_sec + NTP_EPOCH_DELTA;
346 ts->tv_sec = ns->sec - NTP_EPOCH_DELTA;
2552 recv_stamp.sec = htobe32(recv_stamp.sec);
2554 memcpy(res + 16, &recv_stamp.sec, 4);
2566 memcpy(res + 24, &recv_stamp.sec, 4);
2571 xmit_stamp.sec = htobe32(xmit_stamp.sec);
2573 memcpy(res + 24, &xmit_stamp.sec,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_rap.c282 int sec = idle_time % 60; local
285 wsname, username, clitype, opens, hrs, min, sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Drcmd.c456 WaitResponse(const FTPCIPtr cip, unsigned int sec) argument
475 tv.tv_sec = (tv_sec_t) sec;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/solo6x10/
H A Dsolo6010-registers.h654 #define WATCHDOG_TIME(sec) (sec&0xff)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dme_daq.c321 static inline void sleep(unsigned sec) argument
324 schedule_timeout(sec * HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dsetup.c527 /* calculate the number of __delay() loop iterations per sec (2 insn loop) */
1002 int *min, int *sec)
1004 *year = *mon = *day = *hour = *min = *sec = 0;
1001 arch_gettod(int *year, int *mon, int *day, int *hour, int *min, int *sec) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_secdes.h146 SEC_DESC *sec; member in struct:sec_desc_buf_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_enc.c152 static int tls1_P_hash(const EVP_MD *md, const unsigned char *sec, argument
176 mac_key = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, sec, sec_len);
248 const unsigned char *sec, int slen,
257 /* Count number of digests and partition sec evenly */
271 S1 = sec;
242 tls1_PRF(long digest_mask, const void *seed1, int seed1_len, const void *seed2, int seed2_len, const void *seed3, int seed3_len, const void *seed4, int seed4_len, const void *seed5, int seed5_len, const unsigned char *sec, int slen, unsigned char *out1, unsigned char *out2, int olen) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dftpserver.pl206 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
208 $now = sprintf("%02d:%02d:%02d.%06d ", $hour, $min, $sec, $usec);
212 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
214 $now = sprintf("%02d:%02d:%02d ", $hour, $min, $sec);
2886 logmsg "FTPD: send response with 0.01 sec delay between each byte\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtimespan.tex327 \func{static wxTimespan}{Seconds}{\param{long }{sec}}
370 \func{}{wxTimeSpan}{\param{long }{hours}, \param{long }{min}, \param{long }{sec}, \param{long }{msec}}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dcommands.h381 struct iwm_umac_security sec; member in struct:iwm_umac_profile
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dpdc.h621 int pdc_tod_set(unsigned long sec, unsigned long usec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_enc.c152 static int tls1_P_hash(const EVP_MD *md, const unsigned char *sec, argument
176 mac_key = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, sec, sec_len);
248 const unsigned char *sec, int slen,
257 /* Count number of digests and partition sec evenly */
271 S1 = sec;
242 tls1_PRF(long digest_mask, const void *seed1, int seed1_len, const void *seed2, int seed2_len, const void *seed3, int seed3_len, const void *seed4, int seed4_len, const void *seed5, int seed5_len, const unsigned char *sec, int slen, unsigned char *out1, unsigned char *out2, int olen) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudev_rules.c255 dbg("will wait %i sec for '%s'", timeout, filepath);

Completed in 277 milliseconds

<<111213141516