Home
last modified time | relevance | path

Searched refs:sc_enable (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.h312 property_t *sc_enable; /* pointer to enable property */ member
H A Dsvccfg_libscf.c2305 lcbdata->sc_enable = p; in lscf_property_import()
2583 cbdata.sc_enable = NULL; in entity_pgroup_import()
2627 if ((lcbdata->sc_flags & SCI_DELAYENABLE) && cbdata.sc_enable) { in entity_pgroup_import()
2667 r = lscf_property_import(cbdata.sc_enable, &cbdata); in entity_pgroup_import()
2753 cbdata.sc_enable = 0; in lscf_import_service_pgs()
2818 cbdata.sc_enable = NULL; in lscf_import_instance_pgs()
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h453 int (*sc_enable)(struct rtw_softc *); member
H A Drtw.c1624 if (rsc->sc_enable != NULL && (*rsc->sc_enable)(rsc) != 0) { in rtw_enable()