Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dtimex.h125 #define STA_MODE 0x4000 /* mode (0 = PLL, 1 = FLL) (ro) */ macro
129 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
132 STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/xnu-10002.41.9/bsd/kern/
H A Dkern_ntptime.c649 time_status &= ~STA_MODE; in hardupdate()
659 time_status |= STA_MODE; in hardupdate()