Home
last modified time | relevance | path

Searched refs:step_callback (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/ntp/libntp/
H A Dsystime.c84 time_stepped_callback step_callback; variable
576 if (step_callback) in step_systime()
577 (*step_callback)(); in step_systime()
656 if (step_callback) in clamp_systime()
657 (*step_callback)(); in clamp_systime()
/freebsd-13.1/contrib/ntp/include/
H A Dntp_fp.h390 extern time_stepped_callback step_callback;
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_util.c172 step_callback = &ntpd_time_stepped; in init_util()