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

/freebsd-12-stable/contrib/ntp/conf/
H A Dbeauregard.conf13 statsdir /beauregard/ntpstats/ # directory for statistics files
H A Dmalarky.conf14 statsdir /malarky/ntpstats/ # directory for statistics files
H A Dgrundoon.conf35 statsdir /var/spool/ntpstats/ # directory for statistics files
H A Dpogo.conf42 statsdir /var/spool/ntpstats/ # directory for statistics files
H A Drackety.conf52 statsdir /rackety/ntpstats/ # directory for statistics files
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_util.c79 char statsdir[MAXFILENAME] = NTP_VAR; variable
160 filegen_register(statsdir, "peerstats", &peerstats);
161 filegen_register(statsdir, "loopstats", &loopstats);
162 filegen_register(statsdir, "clockstats", &clockstats);
163 filegen_register(statsdir, "rawstats", &rawstats);
164 filegen_register(statsdir, "sysstats", &sysstats);
165 filegen_register(statsdir, "protostats", &protostats);
166 filegen_register(statsdir, "cryptostats", &cryptostats);
167 filegen_register(statsdir, "timingstats", &timingstats);
436 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.c2471 yyerror("statsdir remote configuration ignored");
H A Dntp_config.c633 fprintf(df, "statsdir \"%s\"\n", ptree->stats_dir);
2402 filegen_config(filegen, statsdir, filegen_string,
2504 filegen_config(filegen, statsdir, filegen_file,
/freebsd-12-stable/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-12-stable/libexec/rc/rc.d/
H A Dntpd53 *-p* | *--pidfile* | *-s* | *--statsdir* )
59 local fileopts="^[ \t]*crypto|^[ \t]*driftfile|^[ \t]*key|^[ \t]*logfile|^[ \t]*statsdir"
/freebsd-12-stable/contrib/ntp/include/
H A Dntpd.h554 extern char statsdir[MAXFILENAME];

Completed in 131 milliseconds