Home
last modified time | relevance | path

Searched refs:SCI_DELAYENABLE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.h60 #define SCI_DELAYENABLE 0x100 /* Delay the general/enable property */ macro
H A Dsvccfg_libscf.c2303 lcbdata->sc_flags & SCI_DELAYENABLE) && in lscf_property_import()
2627 if ((lcbdata->sc_flags & SCI_DELAYENABLE) && cbdata.sc_enable) { in entity_pgroup_import()
2628 cbdata.sc_flags = cbdata.sc_flags & (~SCI_DELAYENABLE); in entity_pgroup_import()
2860 cbdata.sc_flags |= SCI_DELAYENABLE; in lscf_import_instance_pgs()