Home
last modified time | relevance | path

Searched refs:STA_PLL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h162 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c1192 if (!(time_status & STA_PLL) && !(time_status & STA_PPSTIME)) in clock_update()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4070 if (val & STA_PLL) in get_timex_status()