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

/netbsd-current/sys/arch/hpcmips/vr/
H A Drtc.c86 int64_t sc_epoch; member in struct:vrrtc_softc
206 sc->sc_epoch += days_per_year(year) * SECS_PER_DAY;
209 sc->sc_epoch -= days_per_year(year) * SECS_PER_DAY;
291 sec -= sc->sc_epoch;
314 sec = tvp->tv_sec + sc->sc_epoch;
315 sec += sc->sc_epoch;
/netbsd-current/sys/arch/hpcmips/tx/
H A Dtx39clock.c80 struct clock_ymdhms sc_epoch; member in struct:tx39clock_softc

Completed in 120 milliseconds