Home
last modified time | relevance | path

Searched refs:STA_MODE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/sys/
H A Dtimex.h158 #define STA_MODE 0x4000 /* mode (0 = PLL, 1 = FLL) (ro) */ macro
180 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/netbsd-src/sys/kern/
H A Dkern_ntptime.c660 time_status &= ~STA_MODE; in hardupdate()
666 time_status |= STA_MODE; in hardupdate()
/netbsd-src/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c3021 #ifdef STA_MODE in kerninfo()
3022 if (status & STA_MODE) (void)fprintf(fp, " mode=fll"); in kerninfo()