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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dclock.c75 uint64_t adjstart; /* Absolute time value for start of this adjustment period */ member in struct:clock_calend
235 if (now > clock_calend.adjstart) {
236 t32 = now - clock_calend.adjstart;
241 now = clock_calend.adjstart;
281 if (now > clock_calend.adjstart) {
282 t32 = now - clock_calend.adjstart;
287 now = clock_calend.adjstart;
332 if (now > clock_calend.adjstart) {
333 t32 = now - clock_calend.adjstart;
338 now = clock_calend.adjstart;
[all...]

Completed in 71 milliseconds