Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/ntpd/
HDrefclock_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-14-stable/sys/dev/mmc/
HDmmc_private.h69 struct timeval log_time; member
HDmmc_subr.c96 if (sc->squelched == 0 && ppsratecheck(&sc->log_time, in mmc_wait_for_cmd()
139 if (sc->squelched == 0 && ppsratecheck(&sc->log_time, in mmc_wait_for_app_cmd()
HDmmcsd.c137 struct timeval log_time; member
1225 if (ppsratecheck(&sc->log_time, &sc->log_count, in mmcsd_rw()
1408 if (ppsratecheck(&sc->log_time, &sc->log_count, LOG_PPS)) in mmcsd_dump()
1466 if (ppsratecheck(&sc->log_time, &sc->log_count, in mmcsd_task()
/freebsd-14-stable/sys/cam/mmc/
HDmmc_da.c150 struct timeval log_time; member