HomeSort by: relevance | last modified time | path
    Searched defs:basedate (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_todr.c 225 struct clock_ymdhms basedate; local in function:todr_set_systime
234 basedate.dt_year = 2010;
235 basedate.dt_mon = 1;
236 basedate.dt_day = 1;
237 basedate.dt_hour = 12;
238 basedate.dt_min = 0;
239 basedate.dt_sec = 0;
240 base = clock_ymdhms_to_secs(&basedate);
kern_todr.c 225 struct clock_ymdhms basedate; local in function:todr_set_systime
234 basedate.dt_year = 2010;
235 basedate.dt_mon = 1;
236 basedate.dt_day = 1;
237 basedate.dt_hour = 12;
238 basedate.dt_min = 0;
239 basedate.dt_sec = 0;
240 base = clock_ymdhms_to_secs(&basedate);

Completed in 23 milliseconds