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

  /src/external/bsd/ntp/dist/ntpd/
ntp_util.c 85 static FILEGEN sysstats; variable
139 filegen_unregister("sysstats");
165 filegen_register(statsdir, "sysstats", &sysstats);
811 filegen_setup(&sysstats, now.l_ui);
814 if (sysstats.fp != NULL) {
815 fprintf(sysstats.fp,
822 fflush(sysstats.fp);
  /src/external/gpl2/gmake/dist/
getloadavg.c 437 # include <inq_stats/sysstats.h>
443 # include <sys/sysstats.h>
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 53 static void sysstats (struct parse *, FILE *);
119 { "sysstats", sysstats, { NO, NO, NO, NO },
1039 * sysstats - print system statistics
1043 sysstats( function
  /src/external/bsd/ntp/dist/ntpq/
ntpq-subs.c 77 static void sysstats (struct parse *, FILE *);
196 { "sysstats", sysstats, { NO, NO, NO, NO },
3946 * sysstats - implements ntpq -c sysstats modeled on ntpdc -c sysstats
3949 sysstats( function
3956 VDC_INIT("ss_reset", "sysstats reset: ", NTP_STR),

Completed in 30 milliseconds