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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dclock.c63 * TOD <- (seconds + epoch, fraction) <- CONV(current absolute time + offset)
69 uint64_t epoch; member in struct:clock_calend
116 static uint64_t clock_boottime; /* Seconds boottime epoch */
249 *secs += clock_calend.epoch;
296 *secs += clock_calend.epoch;
327 clock_gettimeofday_set_commpage(now, clock_calend.epoch, clock_calend.offset, secs, microsecs);
345 *secs += clock_calend.epoch;
356 * recalculating the epoch and offset
382 * Calculate the new calendar epoch based on
391 clock_boottime += secs - clock_calend.epoch;
[all...]
H A Dclock.h103 uint64_t epoch,
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Drtclock.c180 uint64_t epoch,
195 *secs += epoch;
178 clock_gettimeofday_set_commpage( uint64_t abstime, uint64_t epoch, uint64_t offset, uint32_t *secs, uint32_t *microsecs) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Drtclock.c430 uint64_t epoch,
449 *secs += epoch;
428 clock_gettimeofday_set_commpage( uint64_t abstime, uint64_t epoch, uint64_t offset, uint32_t *secs, uint32_t *microsecs) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_mib.c402 SYSCTL_PROC(_hw, HW_EPOCH, epoch, CTLTYPE_INT | CTLFLAG_RD | CTLFLAG_MASKED, 0, HW_EPOCH, sysctl_hw_generic, "I", "");

Completed in 85 milliseconds