Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.h393 #define RINST_WAIT 0x20000000 /* child constitutes inst */ macro
H A Drestarter.c235 case RINST_WAIT: return ("wait"); in service_style()
643 (inst->ri_flags & RINST_STYLE_MASK) == RINST_WAIT) { in restarter_insert_inst()
782 return ((inst->ri_flags & RINST_STYLE_MASK) == RINST_WAIT); in instance_is_wait_style()
H A Dlibscf.c2283 style = RINST_WAIT; in libscf_get_startd_properties()