Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/startd/
H A Dstartd.h399 #define RINST_TRANSIENT 0x10000000 /* inst operates momentarily */ macro
H A Drestarter.c233 case RINST_TRANSIENT: return ("transient"); in service_style()
793 return ((inst->ri_flags & RINST_STYLE_MASK) == RINST_TRANSIENT); in instance_is_transient_style()
H A Dlibscf.c2277 style = RINST_TRANSIENT; in libscf_get_startd_properties()