Home
last modified time | relevance | path

Searched refs:STA_UNSYNC (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dtimex.h117 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
131 #define STA_SUPPORTED (STA_PLL | STA_FLL | STA_UNSYNC | STA_FREQHOLD | \
/xnu-11215.1.10/bsd/kern/
H A Dkern_ntptime.c177 int time_status = STA_UNSYNC;
226 if (tsl & (STA_UNSYNC | STA_CLOCKERR)) { in ntp_is_time_error()
379 time_status = STA_UNSYNC; in ntp_adjtime()