Searched refs:day (Results 76 - 100 of 142) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtime.c204 unsigned int year, mon, day, hour, min, sec; local
214 day = CMOS_READ(RTC_DAY_OF_MONTH);
234 BCD_TO_BIN(day);
250 return mktime(year, mon, day, hour, min, sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dnanoftp.h33 * @day: the day
38 * Note that only one of year and day:minute are specified.
44 const char *month, int day, int hour,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dmvme16xhw.h14 u_char rev, mth, day, yr; member in struct:__anon9061
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dtime.c296 unsigned int year, mon, day, hour, min, sec, cc1, cc2, epoch; local
343 day = CMOS_READ(RTC_DAY_OF_MONTH);
351 BCD_TO_BIN(day);
372 xtime.tv_sec = mktime(year, mon, day, hour, min, sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanoftp.in.h33 * @day: the day
38 * Note that only one of year and day:minute are specified.
44 const char *month, int day, int hour,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dsetup.c324 void arch_gettod(int *year, int *mon, int *day, int *hour, argument
328 mach_gettod(year, mon, day, hour, min, sec);
330 *year = *mon = *day = *hour = *min = *sec = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/momentum/ocelot_3/
H A Dsetup.c136 unsigned int year, month, day, hour, min, sec; local
148 day = BCD2BIN(rtc_base[0x7ffd]);
158 return mktime(year, month, day, hour, min, sec);
181 /* day */
189 /* day of week -- not really used, but let's keep it up-to-date */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/momentum/ocelot_c/
H A Dsetup.c140 unsigned int year, month, day, hour, min, sec; local
152 day = BCD2BIN(rtc_base[0x7ffd]);
162 return mktime(year, month, day, hour, min, sec);
190 /* day */
198 /* day of week -- not really used, but let's keep it up-to-date */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip22/
H A Dip22-time.c37 unsigned int yrs, mon, day, hrs, min, sec; local
48 day = BCD2BIN(hpc3c0->rtcregs[RTC_DATE] & 0xff);
60 return mktime(yrs + 1900, mon, day, hrs, min, sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dtime.c548 * This function recalibrates the timebase based on the 49-bit time-of-day
1024 int day; local
1040 day = tm->tm_mon > 2 && leapyear(tm->tm_year);
1042 day += lastYear*365 + leapsToDate + MonthOffset[tm->tm_mon-1] +
1045 tm->tm_wday = day % 7;
1051 register long hms, day; local
1053 day = tim / SECDAY;
1062 for (i = STARTOFTIME; day >= days_in_year(i); i++)
1063 day -= days_in_year(i);
1069 for (i = 1; day >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.c223 /* Gregorian year, month, day, hour, minutes, and seconds. */
226 int day; member in struct:__anon1687
231 /* Relative year, month, day, hour, minutes, and seconds. */
497 "local_zone", "zone", "day", "date", "rel", "relunit", "number",
1361 PC.day = yyvsp[0].textintval.value;
1377 PC.day = yyvsp[0].textintval.value;
1382 PC.day = yyvsp[-2].textintval.value;
1394 PC.day = -yyvsp[0].textintval.value;
1402 PC.day = yyvsp[-2].textintval.value;
1413 PC.day
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dkeychain.c381 int day, month, year;
435 day = strtoul (day_str, &endptr, 10);
436 if (day == ULONG_MAX || *endptr != '\0' || day < 0 || day > 31)
461 tm.tm_mday = day;
380 int day, month, year; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtoshiba.c426 int i,major,minor,day,year,month,flag; local
476 day = ((readb(bios+0xfff5)-'0')*10)+(readb(bios+0xfff6)-'0');
480 | ((day & 0x1f)<<1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_top.c137 unsigned long day, hour, min, sec; local
148 ospf6_timeval_decode (&running, &day, &hour, &min, &sec, NULL, NULL);
150 day, hour, min, sec, VTY_NEWLINE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-ds1742.c92 unsigned int year, month, day, hour, minute, second, week; local
103 day = readb(ioaddr + RTC_DATE);
112 tm->tm_mday = BCD2BIN(day);
H A Drtc-ds1553.c104 unsigned int year, month, day, hour, minute, second, week; local
115 day = readb(ioaddr + RTC_DATE);
124 tm->tm_mday = BCD2BIN(day);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68VZ328/
H A Dconfig.c43 void m68328_timer_gettod(int *year, int *mon, int *day, int *hour, int *min, int *sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Ddir.c1186 /* Linear day numbers of the respective 1sts in non-leap years. */
1219 /* days since 1.1.70 plus 80's leap day */
1228 int day, year, nl_day, month; local
1234 day = unix_date / 86400 - 3652;
1235 year = day / 365;
1236 if ((year + 3) / 4 + 365 * year > day)
1238 day -= (year + 3) / 4 + 365 * year;
1239 if (day == 59 && !(year & 3)) {
1240 nl_day = day;
1243 nl_day = (year & 3) || day <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dmf.c712 u8 day, mon, hour, min, sec, y1, y2; local
722 day = tm->tm_mday;
729 BIN_TO_BCD(day);
740 ce_time[10] = day;
777 u8 day = ce_msg[10]; local
783 BCD_TO_BIN(day);
793 tm->tm_mday = day;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntpclient/
H A Dntpclient.c303 " day second elapsed stall skew dispersion freq\n",
413 int n, day, freq, absolute; local
422 &day, &sec, &etime, &stime, &skew, &disp, &freq);
425 absolute=(day-15020)*86400+(int)sec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dapus_setup.c266 void arch_gettod(int *year, int *mon, int *day, int *hour, argument
271 mach_gettod(year, mon, day, hour, min, sec);
273 *year = *mon = *day = *hour = *min = *sec = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/atari/
H A Datakeyb.c543 /* Time-of-day clock set */
544 void ikbd_clock_set(int year, int month, int day, int hour, int minute, int second) argument
546 char cmd[7] = { 0x1B, year, month, day, hour, minute, second };
551 /* Interrogate time-of-day clock */
552 void ikbd_clock_get(int *year, int *month, int *day, int *hour, int *minute, int second) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/ntpclient/
H A Dntpclient.c261 " day second elapsed stall skew dispersion freq\n",
369 int n, day, freq, absolute; local
378 &day, &sec, &etime, &stime, &skew, &disp, &freq);
381 absolute=(day-15020)*86400+(int)sec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtelephony.h104 char day[3]; member in struct:__anon10408
H A Dtime.h68 const unsigned int day, const unsigned int hour,

Completed in 288 milliseconds

123456