Home
last modified time | relevance | path

Searched refs:STA_PPSJITTER (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dtimex.h90 #define STA_PPSJITTER 0x0200 /* PPS signal jitter exceeded (ro) */ macro
98 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | \
/f-stack/freebsd/kern/
H A Dkern_ntptime.c239 (tsl & STA_PPSTIME && tsl & STA_PPSJITTER) || in ntp_is_time_error()
791 time_status |= STA_PPSSIGNAL | STA_PPSJITTER; in hardpps()
824 time_status &= ~STA_PPSJITTER; in hardpps()
871 time_status |= STA_PPSJITTER; in hardpps()