Lines Matching defs:time
35 #include <sys/time.h>
41 #include "base/time.hh"
67 MC146818::setTime(const struct tm time)
69 curTime = time;
70 year = time.tm_year;
72 mon = time.tm_mon + 1;
73 mday = time.tm_mday;
74 hour = time.tm_hour;
75 min = time.tm_min;
76 sec = time.tm_sec;
79 wday = time.tm_wday + 1;
94 MC146818::MC146818(EventManager *em, const string &n, const struct tm time,
109 setTime(time);
110 DPRINTFN("Real-time clock set to %s", asctime(&time));
202 inform("RTC: The 12h time format not supported.\n");
207 inform("RTC: Automatic daylight saving time not supported.\n");