Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/libntp/
HDsystime.c78 time_stepped_callback step_callback; variable
445 if (step_callback) in step_systime()
446 (*step_callback)(); in step_systime()
/NextBSD/contrib/ntp/include/
HDntp_fp.h389 extern time_stepped_callback step_callback;
/NextBSD/contrib/ntp/ntpd/
HDntp_util.c171 step_callback = &ntpd_time_stepped; in init_util()