Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/startd/
H A Dstartd.h400 #define RINST_WAIT 0x20000000 /* child constitutes inst */ macro
H A Drestarter.c234 case RINST_WAIT: return ("wait"); in service_style()
642 (inst->ri_flags & RINST_STYLE_MASK) == RINST_WAIT) { in restarter_insert_inst()
781 return ((inst->ri_flags & RINST_STYLE_MASK) == RINST_WAIT); in instance_is_wait_style()
H A Dlibscf.c2275 style = RINST_WAIT; in libscf_get_startd_properties()