Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/libntp/
Dstatestr.c225 # ifdef STA_PLL
226 { STA_PLL, "pll" },
/freebsd-9-stable/sys/sys/
Dtimex.h143 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
/freebsd-9-stable/contrib/ntp/kernel/sys/
Dtimex.h213 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
/freebsd-9-stable/sys/kern/
Dkern_ntptime.c360 if (time_status & STA_PLL && !(ntv.status & STA_PLL)) { in sys_ntp_adjtime()
675 if (!(time_status & STA_PLL))
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_loopfilter.c784 ntv.status = STA_PLL; in local_clock()
1102 ntv.status = STA_PLL; in start_kern_loop()
/freebsd-9-stable/contrib/ntp/ntpdc/
Dntpdc_ops.c2959 #ifdef STA_PLL in kerninfo()
2960 if (status & STA_PLL) (void)fprintf(fp, " pll"); in kerninfo()