Searched refs:time (Results 101 - 125 of 2065) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtimeval.c48 ** could be the system start-up time, the Epoch, or something else,
49 ** in any case the time starting point does not change once that the
61 ** run-time. When this occurs simply fallback to other time source.
68 now.tv_sec = (long)time(NULL);
81 ** clock drifting and external source time synchronization it can jump
82 ** forward or backward in time.
94 ** time() returns the value of time in seconds since the Epoch.
97 now.tv_sec = (long)time(NUL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_util.c51 ** could be the system start-up time, the Epoch, or something else,
52 ** in any case the time starting point does not change once that the
64 ** run-time. When this occurs simply fallback to other time source.
71 now.tv_sec = (long)time(NULL);
84 ** clock drifting and external source time synchronization it can jump
85 ** forward or backward in time.
97 ** time() returns the value of time in seconds since the Epoch.
100 now.tv_sec = (long)time(NUL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dtestutil.c51 ** could be the system start-up time, the Epoch, or something else,
52 ** in any case the time starting point does not change once that the
64 ** run-time. When this occurs simply fallback to other time source.
71 now.tv_sec = (long)time(NULL);
84 ** clock drifting and external source time synchronization it can jump
85 ** forward or backward in time.
97 ** time() returns the value of time in seconds since the Epoch.
100 now.tv_sec = (long)time(NUL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dcbe_cpufreq.c31 #include <asm/time.h>
83 u64 time; local
91 time = (u64) get_cycles();
100 time = (u64) get_cycles() - time; /* actual cycles (not cpu cycles!) */
101 time = 1000000000 * time / CLOCK_TICK_RATE; /* time in ns (10^-9) */
102 pr_debug("had to wait %lu ns for a transition\n", time);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dtime.c9 #include <time.h>
10 #include <sys/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-imx/
H A Dtime.c2 * linux/arch/arm/mach-imx/time.c
16 #include <linux/time.h>
23 #include <asm/mach/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-iop13xx/
H A Diq81340mc.c27 #include <asm/mach/time.h>
28 #include <asm/arch/time.h>
H A Diq81340sc.c27 #include <asm/mach/time.h>
28 #include <asm/arch/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-lh7a40x/
H A Dtime.c2 * arch/arm/mach-lh7a40x/time.c
15 #include <linux/time.h>
22 #include <asm/mach/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap2/
H A Dtimer-gp.c22 #include <linux/time.h>
29 #include <asm/mach/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Ddhcpd.c39 #include <time.h>
40 #include <sys/time.h>
141 timeout_end = time(0) + server_config.auto_time;
154 tv.tv_sec = timeout_end - time(0);
165 timeout_end = time(0) + server_config.auto_time;
180 timeout_end = time(0) + server_config.auto_time;
320 lease->expires = time(0) + server_config.decline_time;
328 lease->expires = time(0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-pl031.c98 unsigned long time; local
101 rtc_tm_to_time(tm, &time);
102 __raw_writel(time, ldata->base + RTC_LR);
111 rtc_time_to_tm(__raw_readl(ldata->base + RTC_MR), &alarm->time);
121 unsigned long time; local
123 rtc_tm_to_time(&alarm->time, &time);
125 __raw_writel(time, ldata->base + RTC_MR);
H A Drtc-sa1100.c53 unsigned long now, time; local
60 ret = rtc_tm_to_time(&alarm_tm, &time);
65 RTAR = time;
114 * If we match for the first time, rtc_timer1_count will be 1.
141 /* Ensure we didn't miss another match in the mean time.
255 unsigned long time; local
258 ret = rtc_tm_to_time(tm, &time);
260 RCNR = time;
268 memcpy(&alrm->time, &rtc_alarm, sizeof(struct rtc_time));
280 ret = rtc_update_alarm(&alrm->time);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-at91/
H A Dat91rm9200_time.c27 #include <linux/time.h>
31 #include <asm/mach/time.h>
98 /* Real time counter incremented every 30.51758 microseconds */
H A Dat91sam926x_time.c17 #include <linux/time.h>
21 #include <asm/mach/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/cdb/
H A Dcnid_cdb_private.h26 #include <sys/time.h>
29 #include <time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_private.h26 #include <sys/time.h>
29 #include <time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dstats.c27 #include <time.h>
74 s += snprintf(s, buf + BUFSPACE - s, "uptime=%lu&", (unsigned long) time(NULL));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssl_asn1.c78 ASN1_INTEGER time; member in struct:ssl_session_asn1_st
157 if (in->time != 0L)
159 a.time.length=LSIZE2;
160 a.time.type=V_ASN1_INTEGER;
161 a.time.data=ibuf3;
162 ASN1_INTEGER_set(&(a.time),in->time);
193 if (in->time != 0L)
194 M_ASN1_I2D_len_EXP_opt(&(a.time),i2d_ASN1_INTEGER,1,v1);
216 if (in->time !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_asn1.c78 ASN1_INTEGER time; member in struct:ssl_session_asn1_st
157 if (in->time != 0L)
159 a.time.length=LSIZE2;
160 a.time.type=V_ASN1_INTEGER;
161 a.time.data=ibuf3;
162 ASN1_INTEGER_set(&(a.time),in->time);
193 if (in->time != 0L)
194 M_ASN1_I2D_len_EXP_opt(&(a.time),i2d_ASN1_INTEGER,1,v1);
216 if (in->time !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dtmdiff.c76 # include <time.h>
211 ret= (double)(b->ms_timeb.time-a->ms_timeb.time)+
236 d= (double)(b->ms_timeb.time-a->ms_timeb.time)+
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_RATEEST.c22 " --rateest-ewmalog value Rate measurement averaging time constant\n");
47 RATEEST_get_time(unsigned int *time, const char *str) argument
70 *time = t;
75 RATEEST_print_time(unsigned int time) argument
77 double tmp = time;
84 printf(" %uus", time);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dixp2000_wdt.c111 int time; local
128 ret = get_user(time, (int *)arg);
132 if (time <= 0 || time > 60) {
137 heartbeat = time;
H A Dixp4xx_wdt.c106 int time; local
123 ret = get_user(time, (int *)arg);
127 if (time <= 0 || time > 60) {
132 heartbeat = time;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dtmdiff.c80 # include <time.h>
220 ret= (double)(b->ms_timeb.time-a->ms_timeb.time)+
247 d= (double)(b->ms_timeb.time-a->ms_timeb.time)+

Completed in 212 milliseconds

1234567891011>>