Searched refs:NOTRUNNING (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/saf/
H A Dstructs.h69 DISABLED, or NOTRUNNING as appropriate */
72 NOTRUNNING, or FAILED as appropriate */
82 #define NOTRUNNING 0 /* PM not running */ macro
H A Dmisc.c132 case NOTRUNNING:
184 case NOTRUNNING:
211 sp->sc_lstate = NOTRUNNING;
212 sp->sc_sstate = NOTRUNNING;
248 case NOTRUNNING:
300 case NOTRUNNING:
426 case NOTRUNNING:
H A Dsac.c435 if (sp->sc_lstate == NOTRUNNING)
620 if (sp->sc_lstate == NOTRUNNING)
776 if (sp->sc_pstate == NOTRUNNING || sp->sc_pstate == FAILED) {
806 case NOTRUNNING:
810 * if NOTRUNNING or FAILED, PM will probably
854 if (sp->sc_pstate != NOTRUNNING && sp->sc_pstate != FAILED)
886 sp->sc_pstate = NOTRUNNING;
887 sp->sc_lstate = NOTRUNNING;
949 * it will only take on the values ENABLED, DISABLED, and NOTRUNNING.
1025 /* sc_lstate NOTRUNNING b
[all...]
H A Dreadtab.c129 sp->sc_sstate = sp->sc_lstate = sp->sc_pstate = NOTRUNNING;
294 case NOTRUNNING:
H A Dutil.c291 case NOTRUNNING:
292 return("NOTRUNNING");

Completed in 175 milliseconds