Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dtimex.h128 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | \ macro
/xnu-11215.1.10/bsd/kern/
H A Dkern_ntptime.c381 time_status &= STA_RONLY; in ntp_adjtime()
382 time_status |= ntv.status & ~STA_RONLY; in ntp_adjtime()