Searched refs:time (Results 76 - 100 of 8162) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/rtc/
H A Drtc-lib.c2 * rtc and date/time utility functions
51 void rtc_time_to_tm(unsigned long time, struct rtc_time *tm) argument
56 days = time / 86400;
57 time -= (unsigned int) 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...]
H A Drtc-pcf50633.c56 u_int8_t time[PCF50633_TI_EXTENT]; member in struct:pcf50633_time
70 rtc->tm_sec = bcd2bin(pcf->time[PCF50633_TI_SEC]);
71 rtc->tm_min = bcd2bin(pcf->time[PCF50633_TI_MIN]);
72 rtc->tm_hour = bcd2bin(pcf->time[PCF50633_TI_HOUR]);
73 rtc->tm_wday = bcd2bin(pcf->time[PCF50633_TI_WKDAY]);
74 rtc->tm_mday = bcd2bin(pcf->time[PCF50633_TI_DAY]);
75 rtc->tm_mon = bcd2bin(pcf->time[PCF50633_TI_MONTH]) - 1;
76 rtc->tm_year = bcd2bin(pcf->time[PCF50633_TI_YEAR]) + 100;
81 pcf->time[PCF50633_TI_SEC] = bin2bcd(rtc->tm_sec);
82 pcf->time[PCF50633_TI_MI
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/rtc/
H A Drtc-lib.c2 * rtc and date/time utility functions
51 void rtc_time_to_tm(unsigned long time, struct rtc_time *tm) argument
56 days = time / 86400;
57 time -= (unsigned int) 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...]
H A Drtc-pcf50633.c56 u_int8_t time[PCF50633_TI_EXTENT]; member in struct:pcf50633_time
70 rtc->tm_sec = bcd2bin(pcf->time[PCF50633_TI_SEC]);
71 rtc->tm_min = bcd2bin(pcf->time[PCF50633_TI_MIN]);
72 rtc->tm_hour = bcd2bin(pcf->time[PCF50633_TI_HOUR]);
73 rtc->tm_wday = bcd2bin(pcf->time[PCF50633_TI_WKDAY]);
74 rtc->tm_mday = bcd2bin(pcf->time[PCF50633_TI_DAY]);
75 rtc->tm_mon = bcd2bin(pcf->time[PCF50633_TI_MONTH]) - 1;
76 rtc->tm_year = bcd2bin(pcf->time[PCF50633_TI_YEAR]) + 100;
81 pcf->time[PCF50633_TI_SEC] = bin2bcd(rtc->tm_sec);
82 pcf->time[PCF50633_TI_MI
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Dtc_core.h16 int tc_core_time2big(unsigned time);
17 unsigned tc_core_time2tick(unsigned time);
19 unsigned tc_core_time2ktime(unsigned time);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Dtc_core.h16 int tc_core_time2big(unsigned time);
17 unsigned tc_core_time2tick(unsigned time);
19 unsigned tc_core_time2ktime(unsigned time);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Dtc_core.h16 int tc_core_time2big(unsigned time);
17 unsigned tc_core_time2tick(unsigned time);
19 unsigned tc_core_time2ktime(unsigned time);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/
H A Do_time.h62 #include <time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dtime.h22 #include <linux/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dinline.c22 #include <time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/vdso/
H A Dvvar.c3 at boot time. This is done because when the vdso is linked the
6 #include <linux/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/vdso/
H A Dvvar.c3 at boot time. This is done because when the vdso is linked the
6 #include <linux/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dtime.h22 #include <linux/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/include/asm/
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
40 mach_hwclk(0, time);
44 static inline int set_rtc_time(struct rtc_time *time) argument
47 return mach_hwclk(1, time);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/powertv/
H A Dtime.c24 #include <asm/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-shmobile/
H A Dtimer.c22 #include <asm/mach/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/include/asm/
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
40 mach_hwclk(0, time);
44 static inline int set_rtc_time(struct rtc_time *time) argument
47 return mach_hwclk(1, time);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/powertv/
H A Dtime.c24 #include <asm/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-shmobile/
H A Dtimer.c22 #include <asm/mach/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dinline.c22 #include <time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dgetruntime.c1 /* Return time used so far, in microseconds.
26 to get the definition of "time_t" before you include <time.h>. */
29 /* There are several ways to get elapsed execution time; unfortunately no
34 # include <sys/time.h>
35 # include <time.h>
38 # include <sys/time.h>
41 # include <time.h>
84 Returns the time used so far, in microseconds. If possible, this is
85 the time used by this process, else it is the elapsed time sinc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ez-ipupdate/
H A Dcache_file.h31 # include <sys/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dgetdtablesize.c42 #include <sys/time.h>
43 #include <time.h>
45 #include <sys/time.h>
47 #include <time.h>

Completed in 179 milliseconds

1234567891011>>