Home
last modified time | relevance | path

Searched refs:STA_CLK (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dtimex.h94 #define STA_CLK 0x8000 /* clock source (0 = A, 1 = B) (ro) */ macro
97 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/freebsd/contrib/ntp/libntp/
H A Dstatestr.c278 # ifdef STA_CLK
279 { STA_CLK, "src=B", 0 },
/freebsd/sys/kern/
H A Dkern_ntptime.c409 time_status |= STA_CLK; in kern_ntp_adjtime()
411 time_status &= ~STA_CLK; in kern_ntp_adjtime()
/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c100 * If an external clock is present, the clock driver sets STA_CLK in the
1178 if (pll_status & STA_CLK) in stop_kern_loop()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c3022 #ifdef STA_CLK in kerninfo()
3023 if (status & STA_CLK) (void)fprintf(fp, " src=B"); in kerninfo()