Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dtimex.h111 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
131 #define STA_SUPPORTED (STA_PLL | STA_FLL | STA_UNSYNC | STA_FREQHOLD | \
/xnu-10002.41.9/tests/
H A Dntp_adjtime_29192647.c303 ntptime.status |= STA_PLL | STA_FREQHOLD;
362 ntptime.status |= STA_PLL;
/xnu-10002.41.9/bsd/kern/
H A Dkern_ntptime.c377 if (time_status & STA_PLL && !(ntv.status & STA_PLL)) { in ntp_adjtime()
625 if (!(time_status & STA_PLL)) { in hardupdate()