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

/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_util.c83 static FILEGEN sysstats; variable
137 filegen_unregister("sysstats");
163 filegen_register(statsdir, "sysstats", &sysstats);
740 filegen_setup(&sysstats, now.l_ui);
743 if (sysstats.fp != NULL) {
744 fprintf(sysstats.fp,
751 fflush(sysstats.fp);
/freebsd-10.2-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c51 static void sysstats (struct parse *, FILE *);
117 { "sysstats", sysstats, { NO, NO, NO, NO },
1028 * sysstats - print system statistics
1032 sysstats( function
/freebsd-10.2-release/contrib/ntp/ntpq/
H A Dntpq-subs.c75 static void sysstats (struct parse *, FILE *);
194 { "sysstats", sysstats, { NO, NO, NO, NO },
3827 * sysstats - implements ntpq -c sysstats modeled on ntpdc -c sysstats
3830 sysstats( function
3837 VDC_INIT("ss_reset", "sysstats reset: ", NTP_STR),

Completed in 104 milliseconds