/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_util.c | 78 char statsdir[MAXFILENAME] = NTP_VAR; 159 filegen_register(statsdir, "peerstats", &peerstats); in init_util() 160 filegen_register(statsdir, "loopstats", &loopstats); in init_util() 161 filegen_register(statsdir, "clockstats", &clockstats); in init_util() 162 filegen_register(statsdir, "rawstats", &rawstats); in init_util() 163 filegen_register(statsdir, "sysstats", &sysstats); in init_util() 164 filegen_register(statsdir, "protostats", &protostats); in init_util() 165 filegen_register(statsdir, "cryptostats", &cryptostats); in init_util() 166 filegen_register(statsdir, "timingstats", &timingstats); in init_util() 487 if (len > sizeof(statsdir) in stats_config() 80 char statsdir[MAXFILENAME] = NTP_VAR; global() variable [all...] |
H A D | invoke-ntpd.texi | 111 * ntpd statsdir:: statsdir option (-s) 187 -s Str statsdir Statistics file location 522 @node ntpd statsdir 523 @subsection statsdir option (-s) 524 @cindex ntpd-statsdir 530 @code{statsdir} @kbd{statsdir}
|
H A D | complete.conf.in | 11 statsdir "/etc/ntp/stats"
|
H A D | ntpdbase-opts.def | 323 name = statsdir; 330 @code{statsdir} @kbd{statsdir}
|
H A D | ntpd.texi | 109 @tab @code{statsdir}
|
H A D | ntp_filegen.c | 608 filegen_config(f->filegen, statsdir, f->filegen->fname, in filegen_statsdir()
|
H A D | ntp_config.c | 630 fprintf(df, "statsdir \"%s\"\n", ptree->stats_dir); in dump_config_tree() 2504 filegen_config(filegen, statsdir, filegen_string, in config_monitor() 2606 filegen_config(filegen, statsdir, filegen_file, in config_access()
|
H A D | invoke-ntp.conf.texi | 1156 @item @code{statsdir} @kbd{directory_path} 1215 @kbd{statsdir}
|
H A D | ntp.conf.def | 1219 .It Cm statsdir Ar directory_path 1283 .Ar statsdir
|
/freebsd/contrib/ntp/scripts/ |
H A D | summary.in | 26 my ($log_date_pattern, $statsdir, $outputdir, $skip_time_steps, $startdate, 38 $statsdir = $opts->{directory}; 51 die "$statsdir: no such directory" unless (-d $statsdir); 67 print STDERR "Creating summaries from $statsdir ($startdate to $enddate)\n"; 69 opendir SDIR, $statsdir or die "directory ${statsdir}: $!"; 85 do_loop($statsdir, $_, $loop_summary); 92 do_peer($statsdir, $_, $peer_summary); 99 do_clock($statsdir, [all...] |
/freebsd/contrib/ntp/html/scripts/ |
H A D | monopt.txt | 4 <li class='inline'><a href='monopt.html#statsdir'>statsdir - specify monitor files directory</a></l…
|
/freebsd/contrib/ntp/conf/ |
H A D | malarky.conf | 14 statsdir /malarky/ntpstats/ # directory for statistics files
|
H A D | beauregard.conf | 13 statsdir /beauregard/ntpstats/ # directory for statistics files
|
H A D | grundoon.conf | 35 statsdir /var/spool/ntpstats/ # directory for statistics files
|
H A D | pogo.conf | 42 statsdir /var/spool/ntpstats/ # directory for statistics files
|
H A D | rackety.conf | 52 statsdir /rackety/ntpstats/ # directory for statistics files
|
/freebsd/libexec/rc/rc.d/ |
H A D | ntpd | 56 *-p* | *--pidfile* | *-s* | *--statsdir* )
|
/freebsd/contrib/ntp/include/ |
H A D | ntpd.h | 599 extern char statsdir[MAXFILENAME];
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.texi | 106 @tab @code{statsdir}
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 2434 * ntp_util.c compile fails on AIX and OSF with conflicting statsdir. 4026 * [Bug 1286] dumpcfg omits statsdir, mangles filegen. 4348 * [Bug 1078] statsdir configuration parsing is broken. 4756 * [Bug 542] Tolerate missing directory separator at EO statsdir.
|
H A D | CommitLog-4.1.0 | 4641 * scripts/summary.pl: Use . as default statsdir.
|
H A D | CommitLog | 2113 Add missing arg to statsdir too long msyslog(). [all...] |
/freebsd/ |
H A D | UPDATING | 1353 When such options (e.g., "statsdir" or "crypto") are used, ntpd can
|