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

/freebsd-11-stable/contrib/ntp/kernel/sys/
H A Dtimex.h223 #define STA_PPSSIGNAL 0x0100 /* PPS signal present (ro) */ macro
230 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | \
/freebsd-11-stable/sys/sys/
H A Dtimex.h89 #define STA_PPSSIGNAL 0x0100 /* PPS signal present (ro) */ macro
98 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | \
/freebsd-11-stable/sys/kern/
H A Dkern_ntptime.c234 !(tsl & STA_PPSSIGNAL)) ||
580 STA_PPSSIGNAL)
617 time_status &= ~STA_PPSSIGNAL;
695 STA_PPSSIGNAL)) {
711 if (time_status & STA_PPSFREQ && time_status & STA_PPSSIGNAL) {
778 time_status |= STA_PPSSIGNAL | STA_PPSJITTER;
/freebsd-11-stable/contrib/ntp/libntp/
H A Dstatestr.c258 # ifdef STA_PPSSIGNAL
259 { STA_PPSSIGNAL, "ppssignal", 0 },
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c341 && !(time_status & STA_PPSSIGNAL))
361 && !(time_status & STA_PPSSIGNAL))
381 if (!(ptimex->status & STA_PPSSIGNAL)
386 if (!(ptimex->status & STA_PPSSIGNAL)
406 if (pps_call && !(ptimex->status & STA_PPSSIGNAL))
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c3001 #ifdef STA_PPSSIGNAL
3002 if (status & STA_PPSSIGNAL) (void)fprintf(fp, " ppssignal");

Completed in 201 milliseconds