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.c120 (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()
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()
228 !(time_status & STA_PPSSIGNAL)) || in ntp_adjtime()
229 (time_status & STA_PPSTIME && in ntp_adjtime()
230 time_status & STA_PPSJITTER) || in ntp_adjtime()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c674 if (time_status & STA_INS) in clock()
676 else if (time_status & STA_DEL) in clock()
722 if (!(time_status & STA_FLL)) { 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()
1219 if (time_status & STA_FLL) { in clock_update()
1292 time_status |= STA_PPSSIGNAL; in ddi_hardpps()
1350 time_status |= STA_PPSJITTER; in ddi_hardpps()
1411 time_status |= STA_PPSERROR; in ddi_hardpps()
1461 time_status |= STA_PPSWANDER; in ddi_hardpps()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h249 extern int32_t time_status; /* clock status bits */