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

/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_wwv.c122 * sync pulse has been acquired. DSYNC is set when the units digit has
124 * reached the threshold. The MSYNC, DSYNC and INSYNC bits are cleared
135 #define DSYNC 0x0004 /* minute units sync */ macro
1889 } else if (up->status & DSYNC) {
1912 if (up->status & DSYNC)
2023 DSYNC)) {
2186 up->status |= DSYNC;
2232 if (!(up->status & DSYNC))
2481 * 2 After finding good data (DSYNC lit), going more than 40 minutes

Completed in 105 milliseconds