Searched refs:mon (Results 1 – 4 of 4) sorted by relevance
119 unsigned char mon, day, hrs, min, sec; in __set_rtc_time() local127 mon = time->tm_mon + 1; /* tm_mon starts at zero */ in __set_rtc_time()148 if (!leap_yr && mon < 3) { in __set_rtc_time()170 mon = bin2bcd(mon); in __set_rtc_time()183 CMOS_WRITE(mon, RTC_MONTH); in __set_rtc_time()
87 char *mon; member
154 struct cyclades_monitor mon; member
51 extern unsigned long mktime(const unsigned int year, const unsigned int mon,