Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dtimex.h124 #define STA_NANO 0x2000 /* resolution (0 = us, 1 = ns) (ro) */ macro
129 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
132 STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/xnu-11215.1.10/bsd/kern/
H A Dkern_ntptime.c404 time_status |= STA_NANO; in ntp_adjtime()
407 time_status &= ~STA_NANO; in ntp_adjtime()
430 if (time_status & STA_NANO) { in ntp_adjtime()
454 if (time_status & STA_NANO) { in ntp_adjtime()
468 if (time_status & STA_NANO) { in ntp_adjtime()
483 if (time_status & STA_NANO) { in ntp_adjtime()
497 if (time_status & STA_NANO) { in ntp_adjtime()