Searched refs:clockstats (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ntp/conf/
H A Dbeauregard.conf16 filegen clockstats file clockstats type day enable
H A Dmalarky.conf17 filegen clockstats file clockstats type day enable
H A Drackety.conf55 filegen clockstats file clockstats type day enable
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_util.c82 static FILEGEN clockstats; variable
136 filegen_unregister("clockstats");
162 filegen_register(statsdir, "clockstats", &clockstats);
629 filegen_setup(&clockstats, now.l_ui);
632 if (clockstats.fp != NULL) {
633 fprintf(clockstats.fp, "%lu %s %s %s\n", day,
635 fflush(clockstats.fp);

Completed in 105 milliseconds