Searched refs:mon (Results 26 - 50 of 93) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/68328/
H A Dtimers.c124 void m68328_timer_gettod(int *year, int *mon, int *day, int *hour, int *min, int *sec) argument
128 *year = *mon = *day = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Dds1302.c261 unsigned char mon, day, hrs, min, sec, leap_yr; local
271 mon = rtc_tm.tm_mon + 1; /* tm_mon starts at zero */
283 if ((mon > 12) || (day == 0))
286 if (day > (days_in_mo[mon] + ((mon == 2) && leap_yr)))
301 mon = bin2bcd(mon);
306 CMOS_WRITE(mon, RTC_MONTH);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-bq4802.c96 u8 sec, min, hrs, day, mon, yrs, century, val; local
104 mon = tm->tm_mon + 1; /* tm_mon starts at zero */
114 mon = bin2bcd(mon);
127 p->write(p, 0x09, mon);
H A Drtc-m48t35.c94 unsigned char mon, day, hrs, min, sec; local
99 mon = tm->tm_mon + 1; /* tm_mon starts at zero */
122 mon = bin2bcd(mon);
129 writeb(mon, &priv->reg->month);
H A Drtc-ds1286.c220 unsigned char mon, day, hrs, min, sec; local
226 mon = tm->tm_mon + 1; /* tm_mon starts at zero */
246 mon = bin2bcd(mon);
254 ds1286_rtc_write(priv, mon, RTC_MONTH);
H A Drtc-ds1511.c187 u8 mon, day, dow, hrs, min, sec, yrs, cen; local
202 mon = rtc_tm->tm_mon + 1; /* tm_mon starts at zero */
209 if ((mon > 12) || (day == 0)) {
228 mon = bin2bcd(mon) & 0x1f;
236 rtc_write((rtc_read(RTC_MON) & 0xe0) | mon, RTC_MON);
H A Drtc-davinci.c251 int tmp_days, year, mon; local
258 for (mon = 0;; mon++) {
259 tmp_days = rtc_month_days(mon, year);
264 tm->tm_mon = mon;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sibyte/swarm/
H A Drtc_m41t81.c193 unsigned int year, mon, day, hour, min, sec; local
208 mon = m41t81_read(M41T81REG_MO);
216 mon = bcd2bin(mon);
221 return mktime(year, mon, day, hour, min, sec);
H A Drtc_xicor1241.c173 unsigned int year, mon, day, hour, min, sec, y2k; local
189 mon = xicor_read(X1241REG_MO);
198 mon = bcd2bin(mon);
204 return mktime(year, mon, day, hour, min, sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/
H A DMakefile9 obj-$(CONFIG_USB_MON) += mon/
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemastypes.c63 unsigned int mon :4; /* 1 <= mon <= 12 */ member in struct:_xmlSchemaValDate
77 long mon; /* mon stores years also */ member in struct:_xmlSchemaValDuration
1112 #define VALID_MONTH(mon) ((mon >= 1) && (mon <= 12))
1127 #define MAX_DAYINMONTH(yr,mon) \
1128 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon
3535 long carry, mon, day; local
3924 int mon; local
5826 unsigned long mon, day, hour = 0, min = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemastypes.c63 unsigned int mon :4; /* 1 <= mon <= 12 */ member in struct:_xmlSchemaValDate
77 long mon; /* mon stores years also */ member in struct:_xmlSchemaValDuration
1112 #define VALID_MONTH(mon) ((mon >= 1) && (mon <= 12))
1127 #define MAX_DAYINMONTH(yr,mon) \
1128 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon
3538 long carry, mon, day; local
3927 int mon; local
5829 unsigned long mon, day, hour = 0, min = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlschemastypes.c63 unsigned int mon :4; /* 1 <= mon <= 12 */ member in struct:_xmlSchemaValDate
77 long mon; /* mon stores years also */ member in struct:_xmlSchemaValDuration
1112 #define VALID_MONTH(mon) ((mon >= 1) && (mon <= 12))
1127 #define MAX_DAYINMONTH(yr,mon) \
1128 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon
3538 long carry, mon, day; local
3927 int mon; local
5829 unsigned long mon, day, hour = 0, min = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemastypes.c63 unsigned int mon :4; /* 1 <= mon <= 12 */ member in struct:_xmlSchemaValDate
77 long mon; /* mon stores years also */ member in struct:_xmlSchemaValDuration
1112 #define VALID_MONTH(mon) ((mon >= 1) && (mon <= 12))
1127 #define MAX_DAYINMONTH(yr,mon) \
1128 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon
3535 long carry, mon, day; local
3924 int mon; local
5826 unsigned long mon, day, hour = 0, min = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dunls.c57 int mon; /* 0..11 */ local
61 mon = (*cp == 'u') ? 7 : 3;
64 mon = 11;
67 mon = 1;
72 mon = (*cp == 'l') ? 6 : 5;
74 mon = 0;
77 mon = (*++cp == 'r') ? 2 : 4;
80 mon = 10;
83 mon = 9;
86 mon
288 int mon = 0, day = 0, hr = 0, min = 0, year = 0, sec = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dtime.c121 unsigned int year, mon, day, hour, min, sec, epoch; local
127 mon = CMOS_READ(RTC_MONTH);
135 mon = bcd2bin(mon);
155 ts->tv_sec = mktime(year, mon, day, hour, min, sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/lockd/
H A Dxdr.h87 char *mon; member in struct:nlm_reboot
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dbw2.c233 u8 status, mon; local
237 mon = status & BWTWO_SR_RES_MASK;
240 if (mon == BWTWO_SR_1600_1280) {
254 if (mon == BWTWO_SR_1152_900_76_A ||
255 mon == BWTWO_SR_1152_900_76_B)
H A Dcg3.c319 u8 status = sbus_readb(&par->regs->status), mon; local
321 mon = status & CG3_SR_RES_MASK;
322 if (mon == CG3_SR_1152_900_76_A ||
323 mon == CG3_SR_1152_900_76_B)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcalctrl.cpp550 else if ( tm1.mon != tm2.mon )
626 wxDateTime date = wxDateTime(1, tm.mon, tm.year);
734 wxDateTime datetest = wxDateTime(1, tm.mon, tm.year);
1598 wxDateTime::Month mon = (wxDateTime::Month)event.GetInt(); local
1599 if ( tm.mday > wxDateTime::GetNumberOfDays(mon, tm.year) )
1601 tm.mday = wxDateTime::GetNumberOfDays(mon, tm.year);
1604 wxDateTime target = wxDateTime(tm.mday, mon, tm.year);
1621 if ( tm.mday > wxDateTime::GetNumberOfDays(tm.mon, year) )
1623 tm.mday = wxDateTime::GetNumberOfDays(tm.mon, yea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drtc.c540 unsigned char mon, day, hrs, min, sec, leap_yr; local
555 mon = rtc_tm.tm_mon + 1; /* tm_mon starts at zero */
566 if ((mon > 12) || (day == 0))
569 if (day > (days_in_mo[mon] + ((mon == 2) && leap_yr)))
589 if (!leap_yr && mon < 3) {
610 mon = bin2bcd(mon);
623 CMOS_WRITE(mon, RTC_MONTH);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dmf.c715 u8 day, mon, hour, min, sec, y1, y2; local
726 mon = tm->tm_mon + 1;
731 mon = bin2bcd(mon);
744 ce_time[11] = mon;
781 u8 mon = ce_msg[11]; local
787 mon = bcd2bin(mon);
797 tm->tm_mon = mon;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/68VZ328/
H A Dconfig.c36 void m68328_timer_gettod(int *year, int *mon, int *day, int *hour, int *min, int *sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtime.c305 * => year=1980, mon=12, day=31, hour=23, min=59, sec=59.
323 unsigned int mon = mon0, year = year0; local
326 if (0 >= (int) (mon -= 2)) {
327 mon += 12; /* Puts Feb last since it has leap day */
332 (year/4 - year/100 + year/400 + 367*mon/12 + day) +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dserial167.h53 struct cyclades_monitor mon; member in struct:cyclades_port

Completed in 242 milliseconds

1234