Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/syscall/
H A Dntptime.c118 (time_status & (STA_PPSFREQ | STA_PPSTIME) && in ntp_gettime()
125 (time_status & STA_PPSTIME && time_status & STA_PPSJITTER) || in ntp_gettime()
207 (time_status & (STA_PPSFREQ | STA_PPSTIME) && in ntp_adjtime()
209 (time_status & STA_PPSTIME && in ntp_adjtime()
/titanic_50/usr/src/uts/common/sys/
H A Dtimex.h164 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */ macro
/titanic_50/usr/src/uts/common/os/
H A Dclock.c1188 if (!(time_status & STA_PLL) && !(time_status & STA_PPSTIME)) in clock_update()
1191 if ((time_status & STA_PPSTIME) && (time_status & STA_PPSSIGNAL)) in clock_update()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c4260 if (val & STA_PPSTIME) in get_timex_status()