Searched refs:nowtime (Results 1 - 25 of 55) sorted by path

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dtime.c498 * called 500 ms after the second nowtime has started, because when
499 * nowtime is written into the registers of the CMOS clock, it will
509 set_rtc_mmss(unsigned long nowtime) argument
535 real_seconds = nowtime % 60;
536 real_minutes = nowtime / 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-footbridge/
H A Dtime.c69 unsigned long nowtime = xtime.tv_sec; local
87 real_seconds = nowtime % 60;
88 real_minutes = nowtime / 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dtime.c187 static inline int set_rtc_mmss(unsigned long nowtime) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dtime.c29 extern int set_rtc_mmss(unsigned long nowtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dtime.c43 extern int set_rtc_mmss(unsigned long nowtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dtime.c120 int set_rtc_mmss(unsigned long nowtime) argument
125 printk(KERN_DEBUG "set_rtc_mmss(%lu)\n", nowtime);
139 real_seconds = nowtime % 60;
140 real_minutes = nowtime / 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dtime.c49 static inline int set_rtc_mmss(unsigned long nowtime) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Defi.c168 inline int efi_set_rtc_mmss(unsigned long nowtime) argument
180 real_seconds = nowtime % 60;
181 real_minutes = nowtime / 60;
H A Dtime.c110 static int set_rtc_mmss(unsigned long nowtime) argument
117 retval = set_wallclock(nowtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dtime.c171 * called 500 ms after the second nowtime has started, because when
172 * nowtime is written into the registers of the CMOS clock, it will
179 static inline int set_rtc_mmss(unsigned long nowtime) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/amiga/
H A Dconfig.c625 static int amiga_set_clock_mmss(unsigned long nowtime) argument
627 short real_seconds = nowtime % 60, real_minutes = (nowtime / 60) % 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/apollo/
H A Dconfig.c238 int dn_dummy_set_clock_mmss(unsigned long nowtime) { argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/atari/
H A Dtime.c284 int atari_mste_set_clock_mmss (unsigned long nowtime) argument
286 short real_seconds = nowtime % 60, real_minutes = (nowtime / 60) % 60;
307 int atari_tt_set_clock_mmss (unsigned long nowtime) argument
310 short real_seconds = nowtime % 60, real_minutes = (nowtime / 60) % 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/bvme6000/
H A Dconfig.c328 * Set the minutes and seconds from seconds value 'nowtime'. Fail if
334 int bvme6000_set_clock_mmss (unsigned long nowtime) argument
337 short real_seconds = nowtime % 60, real_minutes = (nowtime / 60) % 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dtime.c30 static inline int set_rtc_mmss(unsigned long nowtime) argument
33 return mach_set_clock_mmss (nowtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mac/
H A Dmisc.c731 int mac_set_clock_mmss (unsigned long nowtime) argument
736 now.tm_sec = nowtime % 60;
737 now.tm_min = (nowtime / 60) % 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mvme147/
H A Dconfig.c175 int mvme147_set_clock_mmss (unsigned long nowtime) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mvme16x/
H A Dconfig.c279 int mvme16x_set_clock_mmss (unsigned long nowtime) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/q40/
H A Dconfig.c281 * Set the minutes and seconds from seconds value 'nowtime'. Fail if
285 int q40_set_clock_mmss(unsigned long nowtime) argument
288 short real_seconds = nowtime % 60, real_minutes = (nowtime / 60) % 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dtime.c31 static inline int set_rtc_mmss(unsigned long nowtime) argument
34 return mach_set_clock_mmss (nowtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68360/
H A Dconfig.c118 int BSP_set_clock_mmss (unsigned long nowtime) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/
H A Dtime.c79 * be called 500 ms after the second nowtime has started, because when
80 * nowtime is written into the registers of the CMOS clock, it will
84 static int dec_rtc_set_mmss(unsigned long nowtime) argument
110 real_seconds = nowtime % 60;
111 real_minutes = nowtime / 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sibyte/swarm/
H A Dtime.c132 * called 500 ms after the second nowtime has started, because when
133 * nowtime is written into the registers of the CMOS clock, it will
140 int set_rtc_mmss(unsigned long nowtime) argument
154 real_seconds = nowtime % 60;
155 real_minutes = nowtime / 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sni/
H A Dds1216.c77 int ds1216_set_rtc_mmss(unsigned long nowtime) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas-proc.c328 unsigned long nowtime; local
329 int error = parse_number(buf, count, &nowtime);
333 power_on_time = nowtime; /* save the time */
335 to_tm(nowtime, &tm);
394 unsigned long nowtime; local
395 int error = parse_number(buf, count, &nowtime);
399 to_tm(nowtime, &tm);

Completed in 299 milliseconds

123