Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dwait.c93 stop_cause_t cause = RSTOP_EXIT; in wait_remove()
H A Drestarter.c660 (void) stop_instance(h, inst, RSTOP_EXIT); in restarter_insert_inst()
1044 case RSTOP_EXIT: in stop_instance()
1127 (cause == RSTOP_EXIT || in stop_instance()
2171 (void) stop_instance(h, inst, RSTOP_EXIT); in contract_action()
H A Dstartd.h369 RSTOP_EXIT = 0x0, /* exited or empty */ enumerator