HomeSort by: relevance | last modified time | path
    Searched defs:tcswitch (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_pst.c 89 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;
refclock_pst.c 89 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;
refclock_arbiter.c 116 int tcswitch; /* timecode switch/counter */ member in struct:arbunit
271 if (up->tcswitch == 0) {
336 up->tcswitch++;
337 if (up->tcswitch <= 1 || temp < LENARB)
427 /* if (up->tcswitch >= MAXSTAGE) { */
456 up->tcswitch = 0;
refclock_chronolog.c 61 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;
refclock_dumbclock.c 63 u_char tcswitch; /* timecode switch */ member in struct:dumbclock_unit
212 if (up->tcswitch == 0) {
213 up->tcswitch = 1;
216 up->tcswitch = 0;
222 up->tcswitch = 1;
refclock_ulink.c 87 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;
refclock_arbiter.c 116 int tcswitch; /* timecode switch/counter */ member in struct:arbunit
271 if (up->tcswitch == 0) {
336 up->tcswitch++;
337 if (up->tcswitch <= 1 || temp < LENARB)
427 /* if (up->tcswitch >= MAXSTAGE) { */
456 up->tcswitch = 0;
refclock_chronolog.c 61 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;
refclock_dumbclock.c 63 u_char tcswitch; /* timecode switch */ member in struct:dumbclock_unit
212 if (up->tcswitch == 0) {
213 up->tcswitch = 1;
216 up->tcswitch = 0;
222 up->tcswitch = 1;
refclock_ulink.c 87 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;

Completed in 33 milliseconds