Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dtimex.h165 #define STA_FLL 0x0008 /* select frequency-lock mode (rw) */ macro
/titanic_44/usr/src/uts/common/os/
H A Dclock.c718 if (!(time_status & STA_FLL)) { in clock()
732 if (!(time_status & STA_FLL)) { in clock()
1215 if (time_status & STA_FLL) { in clock_update()
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c4246 if (val & STA_FLL) in get_timex_status()