HomeSort by: relevance | last modified time | path
    Searched refs:clockstats (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ntp/dist/conf/
beauregard.conf 16 filegen clockstats file clockstats type day enable
malarky.conf 17 filegen clockstats file clockstats type day enable
rackety.conf 55 filegen clockstats file clockstats type day enable
  /src/external/bsd/ntp/dist/ntpd/
ntp_util.c 83 static FILEGEN clockstats; variable
137 filegen_unregister("clockstats");
163 filegen_register(statsdir, "clockstats", &clockstats);
675 filegen_setup(&clockstats, now.l_ui);
678 if (clockstats.fp != NULL) {
679 fprintf(clockstats.fp, "%lu %s %s %s\n", day,
681 fflush(clockstats.fp);

Completed in 51 milliseconds