Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dtimex.h172 #define STA_PPSSIGNAL 0x0100 /* PPS signal present (ro) */ macro
179 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | \
/titanic_41/usr/src/uts/common/syscall/
H A Dntptime.c119 !(time_status & STA_PPSSIGNAL)) || in ntp_gettime()
208 !(time_status & STA_PPSSIGNAL)) || in ntp_adjtime()
/titanic_41/usr/src/uts/common/os/
H A Dclock.c757 time_status &= ~(STA_PPSSIGNAL | STA_PPSJITTER | in clock()
1191 if ((time_status & STA_PPSTIME) && (time_status & STA_PPSSIGNAL)) in clock_update()
1288 time_status |= STA_PPSSIGNAL; in ddi_hardpps()
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c4258 if (val & STA_PPSSIGNAL) in get_timex_status()