Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dtimex.h118 #define STA_FREQHOLD 0x0080 /* hold frequency (rw) */ macro
131 #define STA_SUPPORTED (STA_PLL | STA_FLL | STA_UNSYNC | STA_FREQHOLD | \
/xnu-8796.121.2/tests/
H A Dntp_adjtime_29192647.c303 ntptime.status |= STA_PLL | STA_FREQHOLD;
/xnu-8796.121.2/bsd/kern/
H A Dkern_ntptime.c640 if (time_status & STA_FREQHOLD || time_reftime == 0) { in hardupdate()