Searched refs:time (Results 51 - 75 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.36/arch/arm/mach-nomadik/include/mach/
H A Dsetup.h10 #include <asm/mach/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/replace/system/
H A Dtime.h6 time system include wrappers
30 #include <sys/time.h>
31 #include <time.h>
34 #include <sys/time.h>
36 #include <time.h>
44 time_t actime; /* access time */
45 time_t modtime; /* modification time */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/replace/system/
H A Dtime.h6 time system include wrappers
30 #include <sys/time.h>
31 #include <time.h>
34 #include <sys/time.h>
36 #include <time.h>
44 time_t actime; /* access time */
45 time_t modtime; /* modification time */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/sys/
H A Dresource.h4 #include <sys/time.h>
10 struct timeval ru_utime; /* user time used */
11 struct timeval ru_stime; /* system time used */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/sys/
H A Dresource.h4 #include <sys/time.h>
10 struct timeval ru_utime; /* user time used */
11 struct timeval ru_stime; /* system time used */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/seq/
H A Dseq_prioq.c22 #include <linux/time.h>
108 return (snd_seq_compare_tick_time(&a->time.tick, &b->time.tick));
110 /* compare real time */
111 return (snd_seq_compare_real_time(&a->time.time, &b->time.time));
125 if (a->time.tick > b->time
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/seq/
H A Dseq_prioq.c22 #include <linux/time.h>
108 return (snd_seq_compare_tick_time(&a->time.tick, &b->time.tick));
110 /* compare real time */
111 return (snd_seq_compare_real_time(&a->time.time, &b->time.time));
125 if (a->time.tick > b->time
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/kernel/
H A Dtime.c2 * linux/arch/m68k/kernel/time.c
6 * This file contains the m68k-specific time handling details.
27 #include <linux/time.h>
39 * timer_interrupt() needs to keep up the real-time clock,
78 struct rtc_time time; local
83 mach_hwclk(0, &time);
85 if ((time.tm_year += 1900) < 1970)
86 time.tm_year += 100;
87 ts->tv_sec = mktime(time.tm_year, time
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/kernel/
H A Dtime.c2 * linux/arch/m68k/kernel/time.c
6 * This file contains the m68k-specific time handling details.
27 #include <linux/time.h>
39 * timer_interrupt() needs to keep up the real-time clock,
78 struct rtc_time time; local
83 mach_hwclk(0, &time);
85 if ((time.tm_year += 1900) < 1970)
86 time.tm_year += 100;
87 ts->tv_sec = mktime(time.tm_year, time
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dcbe_cpufreq_pervasive.c28 #include <linux/time.h>
60 long time; local
69 time = jiffies;
94 time = jiffies - time;
95 time = jiffies_to_msecs(time);
97 "pervasive unit\n", time);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dcbe_cpufreq_pervasive.c28 #include <linux/time.h>
60 long time; local
69 time = jiffies;
94 time = jiffies - time;
95 time = jiffies_to_msecs(time);
97 "pervasive unit\n", time);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/loongson/common/
H A Dtime.c13 #include <asm/mc146818-time.h>
14 #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/mips/loongson/common/
H A Dtime.c13 #include <asm/mc146818-time.h>
14 #include <asm/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/sim/cris/c/
H A Dtime2.c1 /* CB_SYS_time doesn't implement the Linux time syscall; the return
4 #include <time.h>
12 time_t t = time (&x);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/cris/c/
H A Dtime2.c1 /* CB_SYS_time doesn't implement the Linux time syscall; the return
4 #include <time.h>
12 time_t t = time (&x);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/cris/c/
H A Dtime2.c1 /* CB_SYS_time doesn't implement the Linux time syscall; the return
4 #include <time.h>
12 time_t t = time (&x);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/igmpproxy/src/
H A Dcallout.c46 int time; // Time offset for next event member in struct:timeOutQueue
84 if (ptr->time > elapsed_time) {
85 ptr->time -= elapsed_time;
88 elapsed_time -= ptr->time;
116 if (queue->time < 0) {
118 queue->time);
121 return queue->time;
144 node->time = delay;
159 if (delay < ptr->time) {
168 ptr->time
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/igmpproxy/src/
H A Dcallout.c46 int time; // Time offset for next event member in struct:timeOutQueue
84 if (ptr->time > elapsed_time) {
85 ptr->time -= elapsed_time;
88 elapsed_time -= ptr->time;
116 if (queue->time < 0) {
118 queue->time);
121 return queue->time;
144 node->time = delay;
159 if (delay < ptr->time) {
168 ptr->time
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/igmpproxy/src/
H A Dcallout.c46 int time; // Time offset for next event member in struct:timeOutQueue
84 if (ptr->time > elapsed_time) {
85 ptr->time -= elapsed_time;
88 elapsed_time -= ptr->time;
116 if (queue->time < 0) {
118 queue->time);
121 return queue->time;
144 node->time = delay;
159 if (delay < ptr->time) {
168 ptr->time
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/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-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...]

Completed in 152 milliseconds

1234567891011>>