Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmsac.c130 if ((Istate = getenv("ISTATE")) == NULL) in get_environ()
133 State = (strcmp(Istate, "enabled") == 0) ? PM_ENABLED : PM_DISABLED; in get_environ()
H A Dtmglobal.c48 char *Istate; /* initial state */ variable
H A Dtmextern.h187 extern char *Istate;