Home
last modified time | relevance | path

Searched refs:time_status (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dntptime.c115 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_gettime()
120 (time_status & (STA_PPSFREQ | STA_PPSTIME) && in ntp_gettime()
121 !(time_status & STA_PPSSIGNAL)) || in ntp_gettime()
127 (time_status & STA_PPSTIME && time_status & STA_PPSJITTER) || in ntp_gettime()
133 (time_status & STA_PPSFREQ && in ntp_gettime()
134 time_status & (STA_PPSWANDER | STA_PPSERROR))) { in ntp_gettime()
176 time_status &= STA_RONLY; in ntp_adjtime()
177 time_status |= ntv.status & ~STA_RONLY; in ntp_adjtime()
205 ntv.status = time_status; in ntp_adjtime()
226 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_adjtime()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c142 int32_t time_status = STA_UNSYNC; /* clock status bits */ variable
674 if (time_status & STA_INS) in clock()
676 else if (time_status & STA_DEL) in clock()
703 if (!(time_status & (STA_INS | STA_DEL))) in clock()
722 if (!(time_status & STA_FLL)) { in clock()
736 if (!(time_status & STA_FLL)) { in clock()
761 time_status &= ~(STA_PPSSIGNAL | STA_PPSJITTER | in clock()
1192 if (!(time_status & STA_PLL) && !(time_status & STA_PPSTIME)) in clock_update()
1195 if ((time_status & STA_PPSTIME) && (time_status & STA_PPSSIGNAL)) in clock_update()
1213 if (time_status & STA_FREQHOLD || time_reftime == 0) in clock_update()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h249 extern int32_t time_status; /* clock status bits */