Searched refs:noentry (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-10.1-release/contrib/ntp/ntpd/
H A Drefclock_local.c94 noentry, /* shut down driver (not used) */
96 noentry, /* not used (old lcl_control) */
97 noentry, /* initialize driver (not used) */
98 noentry, /* not used (old lcl_buginfo) */
H A Drefclock_conf.c18 noentry, noentry, noentry, noentry, noentry, noentry, NOFLAGS
H A Drefclock_atom.c107 noentry, /* control (not used) */
108 noentry, /* initialize driver (not used) */
109 noentry, /* buginfo (not used) */
H A Drefclock_hopfpci.c106 noentry, /* not used */
107 noentry, /* initialize driver (not used) */
108 noentry, /* not used */
142 pp->io.clock_recv = noentry;
H A Drefclock_tt560.c61 noentry, /* clock_control (not used) */
62 noentry, /* clock_init (not used) */
63 noentry, /* clock_buginfo (not used) */
116 pp->io.clock_recv = noentry;
H A Drefclock_tpro.c56 noentry, /* not used (old tpro_control) */
57 noentry, /* initialize driver (not used) */
58 noentry, /* not used (old tpro_buginfo) */
92 pp->io.clock_recv = noentry;
H A Drefclock_pcf.c52 noentry, /* not used */
53 noentry, /* initialize driver (not used) */
54 noentry, /* not used */
90 pp->io.clock_recv = noentry;
H A Drefclock_heath.c201 noentry, /* not used (old heath_control) */
202 noentry, /* initialize driver */
203 noentry, /* not used (old heath_buginfo) */
H A Drefclock_zyfer.c114 noentry, /* not used (old zyfer_control) */
115 noentry, /* initialize driver (not used) */
116 noentry, /* not used (old zyfer_buginfo) */
H A Drefclock_pst.c106 noentry, /* not used (old pst_control) */
107 noentry, /* initialize driver */
108 noentry, /* not used (old pst_buginfo) */
H A Drefclock_gpsvme.c88 psc_start, psc_shutdown, psc_poll, noentry, noentry, noentry, NOFLAGS
124 pp->io.clock_recv = noentry;
H A Drefclock_dumbclock.c90 noentry, /* poll the driver -- a nice fabrication */
91 noentry, /* not used */
92 noentry, /* not used */
93 noentry, /* not used */
H A Drefclock_arbiter.c141 noentry, /* not used (old arb_control) */
142 noentry, /* initialize driver (not used) */
143 noentry, /* not used (old arb_buginfo) */
H A Drefclock_as2201.c144 noentry, /* not used (old as2201_control) */
145 noentry, /* initialize driver (not used) */
146 noentry, /* not used (old as2201_buginfo) */
H A Drefclock_chronolog.c82 noentry, /* not used */
83 noentry, /* not used */
84 noentry, /* not used */
H A Drefclock_fg.c67 noentry, /* not used */
68 noentry, /* initialize driver (not used) */
69 noentry, /* not used */
H A Drefclock_hopfser.c110 noentry, /* not used */
111 noentry, /* initialize driver (not used) */
112 noentry, /* not used */
H A Drefclock_ulink.c104 noentry, /* not used */
105 noentry, /* not used */
106 noentry, /* not used */
H A Drefclock_bancomm.c187 noentry, /* not used (old vme_control) */
188 noentry, /* initialize driver */
189 noentry, /* not used (old vme_buginfo) */
H A Drefclock_hpgps.c140 noentry, /* not used (old hpgps_control) */
141 noentry, /* initialize driver */
142 noentry, /* not used (old hpgps_buginfo) */
H A Drefclock_wwvb.c157 #define WWVB_CONTROL noentry
168 noentry, /* initialize driver (not used) */
169 noentry, /* not used (old wwvb_buginfo) */
H A Dntp_refclock.c137 if (refclock_conf[i]->clock_init != noentry)
176 refclock_conf[clktype]->clock_start == noentry) {
249 if (refclock_conf[clktype]->clock_shutdown != noentry)
269 if (pp->conf->clock_timer != noentry)
331 if (refclock_conf[clktype]->clock_poll != noentry)
1125 if (refclock_conf[clktype]->clock_control != noentry)
1187 if (refclock_conf[clktype]->clock_buginfo != noentry)
H A Drefclock_shm.c82 noentry, /* not used: init */
83 noentry, /* not used: buginfo */
224 pp->io.clock_recv = noentry;
H A Drefclock_tsyncpci.c274 noentry, /* not used (old tsync_control) */
275 noentry, /* initialize driver (not used) */
276 noentry, /* not used (old tsync_buginfo) */
330 pp->io.clock_recv = noentry;
/freebsd-10.1-release/contrib/ntp/include/
H A Dntp_refclock.h198 #define noentry 0 /* flag for null routine */ macro

Completed in 137 milliseconds

12