Searched refs:time (Results 1 - 25 of 2065) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pasemi/
H A Dtime.c20 #include <linux/time.h>
22 #include <asm/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Ddyntick.h4 #include <asm/mach/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dtimex.h15 static inline int set_clock(__u64 time) argument
23 : "=d" (cc) : "m" (time), "a" (&time) : "cc");
27 static inline int store_clock(__u64 *time) argument
35 : "=d" (cc), "=m" (*time) : "a" (time) : "cc");
39 static inline void set_clock_comparator(__u64 time) argument
41 asm volatile("sckc 0(%1)" : : "m" (time), "a" (&time));
44 static inline void store_clock_comparator(__u64 *time) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Drtc.h18 #include <asm/time.h>
27 #define RTC_DM_BINARY 0x04 /* all time/date values are BCD if clear */
31 static inline unsigned int get_rtc_time(struct rtc_time *time) argument
36 to_tm(nowtime, time);
37 time->tm_year -= 1900;
42 static inline int set_rtc_time(struct rtc_time *time) argument
47 nowtime = mktime(time->tm_year+1900, time->tm_mon+1,
48 time->tm_mday, time
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Drtc.h18 #include <asm/time.h>
27 #define RTC_DM_BINARY 0x04 /* all time/date values are BCD if clear */
31 static inline unsigned int get_rtc_time(struct rtc_time *time) argument
36 to_tm(nowtime, time);
37 time->tm_year -= 1900;
42 static inline int set_rtc_time(struct rtc_time *time) argument
47 nowtime = mktime(time->tm_year+1900, time->tm_mon+1,
48 time->tm_mday, time
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-sys_time.c1 /* Test of <sys/time.h> substitute.
21 #include <sys/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.h31 # include <time.h>
35 # include <sys/time.h>
36 # include <time.h>
39 # include <sys/time.h>
41 # include <time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dbb_do_delay.c16 time(&start);
20 time(&now);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-time.h21 #include <time.h>
29 /* Return a freshly allocated string containing the given time in the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Do_time.h62 #include <time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Do_time.h62 #include <time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ns9xxx/
H A Dgeneric.h11 #include <linux/time.h>
12 #include <asm/mach/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Drtc.h32 #include <asm/time.h>
41 #define RTC_DM_BINARY 0x04 /* all time/date values are BCD if clear */
45 static inline unsigned int get_rtc_time(struct rtc_time *time) argument
52 to_tm(nowtime, time);
54 time->tm_year -= 1900;
55 time->tm_mon -= 1; /* Make sure userland has a 0-based month */
60 /* Set the current date and time in the real time clock. */
61 static inline int set_rtc_time(struct rtc_time *time) argument
66 nowtime = mktime(time
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Drtc.h28 #define RTC_DM_BINARY 0x04 /* all time/date values are BCD if clear */
45 static inline unsigned int get_rtc_time(struct rtc_time *time) argument
60 * Once the read clears, read the RTC time (again via ioctl). Easy.
76 time->tm_sec = CMOS_READ(RTC_SECONDS);
77 time->tm_min = CMOS_READ(RTC_MINUTES);
78 time->tm_hour = CMOS_READ(RTC_HOURS);
79 time->tm_mday = CMOS_READ(RTC_DAY_OF_MONTH);
80 time->tm_mon = CMOS_READ(RTC_MONTH);
81 time->tm_year = CMOS_READ(RTC_YEAR);
90 BCD_TO_BIN(time
115 set_rtc_time(struct rtc_time *time) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/skas/
H A Dstub-data.h9 #include <sys/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_prioq.c23 #include <linux/time.h>
109 return (snd_seq_compare_tick_time(&a->time.tick, &b->time.tick));
111 /* compare real time */
112 return (snd_seq_compare_real_time(&a->time.time, &b->time.time));
126 if (a->time.tick > b->time
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/power/
H A Dtrace.c27 * can just use the few bytes of actual time data, which means that
31 * (since the time between the hang and the boot might be more
83 static struct rtc_time time = { local
95 time.tm_year = (n % 100);
97 time.tm_mon = (n % 12);
99 time.tm_mday = (n % 28) + 1;
101 time.tm_hour = (n % 24);
103 time.tm_min = (n % 20) * 3;
105 set_rtc_time(&time);
111 struct rtc_time time; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Drtc.h2 * Real-time clock definitions and interfaces
32 #include <asm/time.h>
41 #define RTC_DM_BINARY 0x04 /* all time/date values are BCD if clear */
45 static inline unsigned int get_rtc_time(struct rtc_time *time) argument
48 ppc_md.get_rtc_time(time);
52 /* Set the current date and time in the real time clock. */
53 static inline int set_rtc_time(struct rtc_time *time) argument
56 return ppc_md.set_rtc_time(time);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-proc.c42 if ((unsigned int)alrm.time.tm_hour <= 24)
43 seq_printf(seq, "%02d:", alrm.time.tm_hour);
46 if ((unsigned int)alrm.time.tm_min <= 59)
47 seq_printf(seq, "%02d:", alrm.time.tm_min);
50 if ((unsigned int)alrm.time.tm_sec <= 59)
51 seq_printf(seq, "%02d\n", alrm.time.tm_sec);
56 if ((unsigned int)alrm.time.tm_year <= 200)
57 seq_printf(seq, "%04d-", alrm.time.tm_year + 1900);
60 if ((unsigned int)alrm.time.tm_mon <= 11)
61 seq_printf(seq, "%02d-", alrm.time
[all...]
H A Drtc-lib.c2 * rtc and date/time utility functions
52 void rtc_time_to_tm(unsigned long time, struct rtc_time *tm) argument
56 days = time / 86400;
57 time -= days * 86400;
84 tm->tm_hour = time / 3600;
85 time -= tm->tm_hour * 3600;
86 tm->tm_min = time / 60;
87 tm->tm_sec = time - tm->tm_min * 60;
92 * Does the rtc_time represent a valid date/time?
112 int rtc_tm_to_time(struct rtc_time *tm, unsigned long *time) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dtime.h2 * time.h - NTFS time conversion functions. Part of the Linux-NTFS project.
25 #include <linux/time.h> /* For current_kernel_time(). */
33 * utc2ntfs - convert Linux UTC time to NTFS time
34 * @ts: Linux UTC time to convert to NTFS time
36 * Convert the Linux UTC time @ts to its corresponding NTFS time and return
39 * Linux stores time i
85 ntfs2utc(const sle64 time) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dtime.h22 #include <linux/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dinline.c22 #include <time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/mpc1211/
H A Dio.h12 #include <linux/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Drtc.h27 #define RTC_DM_BINARY 0x04 /* all time/date values are BCD if clear */
31 static inline unsigned int get_rtc_time(struct rtc_time *time) argument
39 mach_hwclk(0, time);
43 static inline int set_rtc_time(struct rtc_time *time) argument
45 return mach_hwclk(1, time);

Completed in 303 milliseconds

1234567891011>>