Home | History | Annotate | Download | only in ntpd

Lines Matching defs:alarm

155  * Alarm status bits (alarm)
157 * These bits indicate various alarm conditions, which are decoded to
179 * maximum jitter thresholds which establish the error and false alarm
200 #define MAXERR 40 /* maximum error alarm */
573 * Variables used to establish status and alarm conditions
576 int alarm; /* alarm flashers */
1268 up->alarm |= SYNERR;
1723 up->alarm |= LOWERR;
1876 up->errcnt = up->digcnt = up->alarm = 0;
1959 up->alarm |= CMPERR;
1963 up->alarm |= CMPERR;
1978 up->alarm |= CMPERR;
1982 up->alarm |= CMPERR;
2040 * The radio clock is set if the alarm bits are all zero. After that,
2062 up->alarm |= SYNERR;
2064 up->alarm |= NINERR;
2065 if (!(up->alarm))
2179 up->alarm |= CMPERR;
2509 up->watch = up->status = up->alarm = 0;
2646 snprintf(tc, tcsiz, "%c%1X", synchar, up->alarm);