Home
last modified time | relevance | path

Searched refs:log_time (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_mx4200.c143 u_long log_time; /* when to print receiver status */ member
315 up->log_time = current_time + SLEEPTIME; in mx4200_config()
497 up->log_time = current_time + SLEEPTIME; in mx4200_ref()
642 if ((up->log_time > 0) && (current_time > up->log_time)) { in mx4200_poll()
643 up->log_time = 0; in mx4200_poll()
/freebsd/sys/dev/mmc/
H A Dmmc_private.h69 struct timeval log_time; member
H A Dmmc_subr.c95 if (sc->squelched == 0 && ppsratecheck(&sc->log_time, in mmc_wait_for_cmd()
138 if (sc->squelched == 0 && ppsratecheck(&sc->log_time, in mmc_wait_for_app_cmd()
H A Dmmcsd.c136 struct timeval log_time; member
1224 if (ppsratecheck(&sc->log_time, &sc->log_count, in mmcsd_rw()
1407 if (ppsratecheck(&sc->log_time, &sc->log_count, LOG_PPS)) in mmcsd_dump()
1465 if (ppsratecheck(&sc->log_time, &sc->log_count, in mmcsd_task()
/freebsd/sys/cam/mmc/
H A Dmmc_da.c147 struct timeval log_time; member