Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/saf/
H A Dsac.c241 sp->sc_sstate = sp->sc_pstate = UNKNOWN; in startpms()
434 sp->sc_pstate = STARTING; in startpm()
776 if (sp->sc_pstate == NOTRUNNING || sp->sc_pstate == FAILED) { in pollpms()
791 if (sp->sc_sstate == sp->sc_pstate) { in pollpms()
854 if (sp->sc_pstate != NOTRUNNING && sp->sc_pstate != FAILED) in reap()
883 if (sp->sc_pstate == STOPPING) { in pollfail()
886 sp->sc_pstate = NOTRUNNING; in pollfail()
919 sp->sc_sstate = sp->sc_pstate = FAILED; in pollfail()
1017 if (sp->sc_sstate == sp->sc_pstate) { in readpipe()
1022 sp->sc_pstate = pp->pm_state; in readpipe()
[all …]
H A Dstructs.h70 unchar sc_pstate; /* PM's last reported state - note: member
H A Dreadtab.c129 sp->sc_sstate = sp->sc_lstate = sp->sc_pstate = NOTRUNNING;
365 sp->sc_flags, sp->sc_rsmax, sp->sc_pstate, sp->sc_cmd, sp->sc_comment); in dump_table()
H A Dmisc.c213 sp->sc_pstate = STOPPING; in sigpoll()