Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dtimex.h144 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
/netbsd-src/external/bsd/ntp/dist/kernel/sys/
H A Dtimex.h215 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
/netbsd-src/sys/compat/freebsd/
H A Dfreebsd_timex.h209 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
/netbsd-src/sys/kern/
H A Dkern_ntptime.c307 if (time_status & STA_PLL && !(ntv->status & STA_PLL)) { in ntp_adjtime1()
630 if (!(time_status & STA_PLL)) in hardupdate()
/netbsd-src/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c2979 #ifdef STA_PLL in kerninfo()
2980 if (status & STA_PLL) (void)fprintf(fp, " pll"); in kerninfo()