Home
last modified time | relevance | path

Searched refs:PM_ENABLED (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmsac.c133 State = (strcmp(Istate, "enabled") == 0) ? PM_ENABLED : PM_DISABLED; in get_environ()
203 State = PM_ENABLED; in sacpoll()
H A Dttymon.c165 (State == PM_ENABLED) ? "enabled" : "disabled"); in initialize()
/illumos-gate/usr/src/head/
H A Dsac.h89 #define PM_ENABLED 2 /* port monitor in enabled state */ macro
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c344 State = PM_ENABLED; in main()
947 if (State == PM_ENABLED) in listen()
1033 if (State != PM_ENABLED) in check_sac_mesg()
1036 State = PM_ENABLED; in check_sac_mesg()
1037 Pmmsg.pm_state = PM_ENABLED; in check_sac_mesg()
/illumos-gate/usr/src/cmd/saf/
H A Dsac.c1075 case PM_ENABLED: in validstate()