Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ntptime.c233 (tsl & (STA_PPSFREQ | STA_PPSTIME) && in ntp_is_time_error()
239 (tsl & STA_PPSTIME && tsl & STA_PPSJITTER) || in ntp_is_time_error()
591 if (time_status & STA_PPSTIME && time_status & in ntp_update_second()
706 if (!(time_status & STA_PPSTIME && time_status &
873 } else if (time_status & STA_PPSTIME) { in hardpps()
/f-stack/freebsd/sys/
H A Dtimex.h83 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */ macro