Searched refs:sysstats (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_util.c84 static FILEGEN sysstats; variable
138 filegen_unregister("sysstats");
164 filegen_register(statsdir, "sysstats", &sysstats);
758 filegen_setup(&sysstats, now.l_ui);
761 if (sysstats.fp != NULL) {
762 fprintf(sysstats.fp,
769 fflush(sysstats.fp);
/freebsd-12-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c51 static void sysstats (struct parse *, FILE *);
117 { "sysstats", sysstats, { NO, NO, NO, NO },
1037 * sysstats - print system statistics
1041 sysstats( function
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c75 static void sysstats (struct parse *, FILE *);
194 { "sysstats", sysstats, { NO, NO, NO, NO },
3914 * sysstats - implements ntpq -c sysstats modeled on ntpdc -c sysstats
3917 sysstats( function
3924 VDC_INIT("ss_reset", "sysstats reset: ", NTP_STR),

Completed in 143 milliseconds