Searched refs:statsdir (Results 1 – 21 of 21) sorted by relevance
| /NextBSD/contrib/ntp/ntpd/ |
| HD | ntp_util.c | 78 char statsdir[MAXFILENAME] = NTP_VAR; variable 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() 434 if (strlen(value) >= sizeof(statsdir) - 1) { in stats_config() [all …]
|
| HD | 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}
|
| HD | complete.conf.in | 10 statsdir "/etc/ntp/stats"
|
| HD | ntpdbase-opts.def | 323 name = statsdir; 330 @code{statsdir} @kbd{statsdir}
|
| HD | ntpd.texi | 109 @tab @code{statsdir}
|
| HD | ntp_filegen.c | 608 filegen_config(f->filegen, statsdir, f->filegen->fname, in filegen_statsdir()
|
| HD | ntp_config.c | 2116 filegen_config(filegen, statsdir, filegen_string, in config_monitor() 2219 filegen_config(filegen, statsdir, filegen_file, in config_monitor()
|
| HD | ntp.conf.def | 1204 .It Cm statsdir Ar directory_path 1268 .Ar statsdir
|
| HD | invoke-ntp.conf.texi | 1146 @item @code{statsdir} @kbd{directory_path} 1205 @kbd{statsdir}
|
| /NextBSD/contrib/ntp/scripts/ |
| HD | summary.in | 25 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, $_, $clock_summary);
|
| /NextBSD/contrib/ntp/html/scripts/ |
| HD | monopt.txt | 4 <li class='inline'><a href='monopt.html#statsdir'>statsdir - specify monitor files directory</a></l…
|
| /NextBSD/contrib/ntp/conf/ |
| HD | malarky.conf | 14 statsdir /malarky/ntpstats/ # directory for statistics files
|
| HD | beauregard.conf | 13 statsdir /beauregard/ntpstats/ # directory for statistics files
|
| HD | grundoon.conf | 35 statsdir /var/spool/ntpstats/ # directory for statistics files
|
| HD | pogo.conf | 42 statsdir /var/spool/ntpstats/ # directory for statistics files
|
| HD | rackety.conf | 52 statsdir /rackety/ntpstats/ # directory for statistics files
|
| /NextBSD/contrib/ntp/include/ |
| HD | ntpd.h | 548 extern char statsdir[MAXFILENAME];
|
| /NextBSD/contrib/ntp/ntpq/ |
| HD | ntpq.texi | 106 @tab @code{statsdir}
|
| /NextBSD/contrib/ntp/ |
| HD | ChangeLog | 1601 * ntp_util.c compile fails on AIX and OSF with conflicting statsdir. 3193 * [Bug 1286] dumpcfg omits statsdir, mangles filegen. 3515 * [Bug 1078] statsdir configuration parsing is broken. 3923 * [Bug 542] Tolerate missing directory separator at EO statsdir.
|
| HD | CommitLog-4.1.0 | 4641 * scripts/summary.pl: Use . as default statsdir.
|
| HD | CommitLog | 104436 ntp_util.c compile fails on AIX and OSF with conflicting statsdir. 104440 ntp_util.c compile fails on AIX and OSF with conflicting statsdir. 104447 ntp_util.c compile fails on AIX and OSF with conflicting statsdir. 104450 ntp_util.c compile fails on AIX and OSF with conflicting statsdir. 104810 expose statsdir globally 151824 [Bug 1286] dumpcfg omits statsdir, mangles filegen 151827 [Bug 1286] dumpcfg omits statsdir, mangles filegen 151830 [Bug 1286] dumpcfg omits statsdir, mangles filegen 166464 [Bug 1078] statsdir configuration parsing is broken 166467 [Bug 1078] statsdir configuration parsing is broken [all …]
|