Home
last modified time | relevance | path

Searched refs:sc_lstate (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/saf/
H A Dsac.c435 if (sp->sc_lstate == NOTRUNNING) in startpm()
438 sp->sc_sstate = sp->sc_lstate; in startpm()
620 if (sp->sc_lstate == NOTRUNNING) in startit()
625 (sp->sc_lstate == DISABLED) ? "disabled" : "enabled"); in startit()
887 sp->sc_lstate = NOTRUNNING; in pollfail()
1026 sp->sc_lstate = pp->pm_state; in readpipe()
H A Dstructs.h66 unchar sc_lstate; /* SAC's idea of last valid state - member
H A Dmisc.c211 sp->sc_lstate = NOTRUNNING; in sigpoll()
261 sp->sc_lstate = ENABLED; in sigpoll()
313 sp->sc_lstate = DISABLED; in sigpoll()
H A Dreadtab.c129 sp->sc_sstate = sp->sc_lstate = sp->sc_pstate = NOTRUNNING;