HomeSort by: relevance | last modified time | path
    Searched refs:INSYNC (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_wwv.c 125 * has reached the threshold and INSYNC is set when all nine digits have
126 * reached the threshold. The MSYNC, DSYNC and INSYNC bits are cleared
138 #define INSYNC 0x0008 /* clock synchronized */
1886 if (up->status & INSYNC) {
2066 up->status |= INSYNC;
2067 if (up->status & INSYNC && up->status & SSYNC) {
2194 INSYNC)) {
2264 if (up->misc & SECWAR && up->status & INSYNC) {
2484 * (SYNCH) without finding station sync (INSYNC lit).
2486 * 3 After finding station sync (INSYNC lit), going more than 2 day
    [all...]
refclock_chu.c 284 #define INSYNC 0x0400 /* clock synchronized */
1368 up->status |= INSYNC;
1370 if (!(up->status & INSYNC)) {
1394 if (up->status & INSYNC && !(up->status & (DECODE | STAMP)) &&
1513 up->status &= INSYNC | METRIC;

Completed in 35 milliseconds