Searched refs:statsdir (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/contrib/ntp/conf/
H A Dmalarky.conf14 statsdir /malarky/ntpstats/ # directory for statistics files
H A Dbeauregard.conf13 statsdir /beauregard/ntpstats/ # directory for statistics files
H A Dpogo.conf42 statsdir /var/spool/ntpstats/ # directory for statistics files
H A Dgrundoon.conf35 statsdir /var/spool/ntpstats/ # directory for statistics files
H A Drackety.conf52 statsdir /rackety/ntpstats/ # directory for statistics files
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_util.c78 char statsdir[MAXFILENAME] = NTP_VAR; variable
159 filegen_register(statsdir, "peerstats", &peerstats);
160 filegen_register(statsdir, "loopstats", &loopstats);
161 filegen_register(statsdir, "clockstats", &clockstats);
162 filegen_register(statsdir, "rawstats", &rawstats);
163 filegen_register(statsdir, "sysstats", &sysstats);
164 filegen_register(statsdir, "protostats", &protostats);
165 filegen_register(statsdir, "cryptostats", &cryptostats);
166 filegen_register(statsdir, "timingstats", &timingstats);
434 if (strlen(value) >= sizeof(statsdir)
[all...]
H A Dntp_filegen.c600 * filegen_statsdir() - reset each filegen entry's dir to statsdir.
608 filegen_config(f->filegen, statsdir, f->filegen->fname,
H A Dntp_parser.c2396 yyerror("statsdir remote configuration ignored");
H A Dntp_config.c585 fprintf(df, "statsdir \"%s\"\n", ptree->stats_dir);
2139 filegen_config(filegen, statsdir, filegen_string,
2242 filegen_config(filegen, statsdir, filegen_file,
/freebsd-10.1-release/contrib/ntp/scripts/
H A Dsummary.in25 my ($log_date_pattern, $statsdir, $outputdir, $skip_time_steps, $startdate,
37 $statsdir = $opts->{directory};
50 die "$statsdir: no such directory" unless (-d $statsdir);
66 print STDERR "Creating summaries from $statsdir ($startdate to $enddate)\n";
68 opendir SDIR, $statsdir or die "directory ${statsdir}: $!";
84 do_loop($statsdir, $_, $loop_summary);
91 do_peer($statsdir, $_, $peer_summary);
98 do_clock($statsdir,
[all...]
/freebsd-10.1-release/contrib/ntp/include/
H A Dntpd.h549 extern char statsdir[MAXFILENAME];

Completed in 95 milliseconds