Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/svccfg/
H A Dsvccfg.h58 #define SCI_DELAYENABLE 0x100 /* Delay the general/enable property */ macro
H A Dsvccfg_libscf.c2285 lcbdata->sc_flags & SCI_DELAYENABLE) && in lscf_property_import()
2609 if ((lcbdata->sc_flags & SCI_DELAYENABLE) && cbdata.sc_enable) { in entity_pgroup_import()
2610 cbdata.sc_flags = cbdata.sc_flags & (~SCI_DELAYENABLE); in entity_pgroup_import()
2842 cbdata.sc_flags |= SCI_DELAYENABLE; in lscf_import_instance_pgs()