Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dntptime.c167 if ((modes & MOD_TIMECONST) && (ntv.constant < 0 || ntv.constant > 30)) in ntp_adjtime()
179 if (modes & MOD_TIMECONST) in ntp_adjtime()
/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h155 #define MOD_TIMECONST 0x0020 /* set pll time constant */ macro
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4064 if (val & MOD_TIMECONST) in get_timex_modes()