Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/libntp/
Dsystime.c78 time_stepped_callback step_callback; variable
454 if (step_callback) in step_systime()
455 (*step_callback)(); in step_systime()
/freebsd-9-stable/contrib/ntp/include/
Dntp_fp.h389 extern time_stepped_callback step_callback;
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_util.c171 step_callback = &ntpd_time_stepped; in init_util()