Home
last modified time | relevance | path

Searched refs:clock_control (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_refclock.h203 void (*clock_control) (int, const struct refclockstat *, member
/freebsd/contrib/ntp/ntpd/
H A Dntp_refclock.c1354 if (refclock_conf[clktype]->clock_control != noentry) in refclock_control()
1355 (refclock_conf[clktype]->clock_control)(unit, in, out, peer); in refclock_control()