Searched refs:refclock_conf (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c209 if (refclock_conf[i]->clock_init != noentry)
210 (refclock_conf[i]->clock_init)();
248 refclock_conf[clktype]->clock_start == noentry) {
271 pp->conf = refclock_conf[clktype];
292 if (!((refclock_conf[clktype]->clock_start)(unit, peer))) {
321 if (refclock_conf[clktype]->clock_shutdown != noentry)
322 (refclock_conf[clktype]->clock_shutdown)(unit, peer);
404 if (refclock_conf[clktype]->clock_poll != noentry)
405 (refclock_conf[clktype]->clock_poll)(unit, peer);
1275 if (refclock_conf[clktyp
[all...]
H A Drefclock_conf.c2 * refclock_conf.c - reference clock configuration
272 struct refclock * const refclock_conf[] = { variable
322 u_char num_refclock_conf = sizeof(refclock_conf)/sizeof(struct refclock *);
H A DMakefile.am261 refclock_conf.c \
H A DMakefile.in170 refclock_conf.$(OBJEXT) refclock_datum.$(OBJEXT) \
801 refclock_conf.c \
1107 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_conf.Po@am__quote@
/freebsd-12-stable/usr.sbin/ntp/ntpd/
H A DMakefile26 refclock_chu.c refclock_conf.c refclock_datum.c refclock_dumbclock.c \
/freebsd-12-stable/contrib/ntp/include/
H A Dntpd.h579 /* refclock_conf.c */
582 extern struct refclock * const refclock_conf[];

Completed in 119 milliseconds