Searched refs:clock_boottime (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dclock.c116 static uint64_t clock_boottime; /* Seconds boottime epoch */ variable
391 clock_boottime += secs - clock_calend.epoch;
444 if ((int32_t)secs >= (int32_t)clock_boottime) {
448 if (clock_boottime == 0)
449 clock_boottime = secs;
493 *secs = clock_boottime;

Completed in 22 milliseconds