Searched refs:tcswitch (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_pst.c87 int tcswitch; /* timecode switch */ member in struct:pstunit
216 if (up->tcswitch == 0)
218 up->tcswitch++;
220 if (up->tcswitch < 3)
298 up->tcswitch = 0;
H A Drefclock_arbiter.c120 int tcswitch; /* timecode switch/counter */ member in struct:arbunit
275 if (up->tcswitch == 0) {
338 up->tcswitch++;
339 if (up->tcswitch <= 1 || temp < LENARB)
427 /* if (up->tcswitch >= MAXSTAGE) { */
456 up->tcswitch = 0;
H A Drefclock_chronolog.c59 u_char tcswitch; /* timecode switch */ member in struct:chronolog_unit
193 if (up->tcswitch == 0) {
194 up->tcswitch = 1;
197 up->tcswitch = 0;
203 up->tcswitch = 1;
H A Drefclock_ulink.c85 u_char tcswitch; /* timecode switch */ member in struct:ulinkunit
216 if (up->tcswitch == 0) {
217 up->tcswitch = 1;
220 up->tcswitch = 0;
226 up->tcswitch = 1;
H A Drefclock_dumbclock.c67 u_char tcswitch; /* timecode switch */ member in struct:dumbclock_unit
216 if (up->tcswitch == 0) {
217 up->tcswitch = 1;
220 up->tcswitch = 0;
226 up->tcswitch = 1;

Completed in 61 milliseconds