Home
last modified time | relevance | path

Searched refs:STA_PPSERROR (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dtimex.h175 #define STA_PPSERROR 0x0800 /* PPS signal calibration error (ro) */ macro
180 STA_PPSERROR | STA_CLOCKERR) /* read-only bits */
/titanic_44/usr/src/uts/common/syscall/
H A Dntptime.c132 (STA_PPSWANDER | STA_PPSERROR))) in ntp_gettime()
212 time_status & (STA_PPSWANDER | STA_PPSERROR))) in ntp_adjtime()
/titanic_44/usr/src/uts/common/os/
H A Dclock.c758 STA_PPSWANDER | STA_PPSERROR); in clock()
1289 time_status &= ~(STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR); in ddi_hardpps()
1407 time_status |= STA_PPSERROR; in ddi_hardpps()
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c4264 if (val & STA_PPSERROR) in get_timex_status()