Home
last modified time | relevance | path

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

/illumos-gate/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 | \
/illumos-gate/usr/src/uts/common/syscall/
H A Dntptime.c121 !(time_status & STA_PPSSIGNAL)) || in ntp_gettime()
228 !(time_status & STA_PPSSIGNAL)) || in ntp_adjtime()
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c761 time_status &= ~(STA_PPSSIGNAL | STA_PPSJITTER | in clock()
1195 if ((time_status & STA_PPSTIME) && (time_status & STA_PPSSIGNAL)) in clock_update()
1292 time_status |= STA_PPSSIGNAL; in ddi_hardpps()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4088 if (val & STA_PPSSIGNAL) in get_timex_status()