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

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_pst.c89 int tcswitch; /* timecode switch */ member in struct:pstunit
218 if (up->tcswitch == 0)
220 up->tcswitch++;
222 if (up->tcswitch < 3)
300 up->tcswitch = 0;
H A Drefclock_ulink.c87 u_char tcswitch; /* timecode switch */ member in struct:ulinkunit
218 if (up->tcswitch == 0) {
219 up->tcswitch = 1;
222 up->tcswitch = 0;
228 up->tcswitch = 1;
H A Drefclock_arbiter.c122 int tcswitch; /* timecode switch/counter */ member in struct:arbunit
277 if (up->tcswitch == 0) {
340 up->tcswitch++;
341 if (up->tcswitch <= 1 || temp < LENARB)
429 /* if (up->tcswitch >= MAXSTAGE) { */
458 up->tcswitch = 0;
H A Drefclock_dumbclock.c69 u_char tcswitch; /* timecode switch */ member in struct:dumbclock_unit
218 if (up->tcswitch == 0) {
219 up->tcswitch = 1;
222 up->tcswitch = 0;
228 up->tcswitch = 1;
H A Drefclock_chronolog.c61 u_char tcswitch; /* timecode switch */ member in struct:chronolog_unit
195 if (up->tcswitch == 0) {
196 up->tcswitch = 1;
199 up->tcswitch = 0;
205 up->tcswitch = 1;

Completed in 187 milliseconds