Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dtimex.h126 #define STA_CLK 0x8000 /* clock source (0 = A, 1 = B) (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.c410 time_status |= STA_CLK; in ntp_adjtime()
413 time_status &= ~STA_CLK; in ntp_adjtime()