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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.h310 property_t *sc_enable; /* pointer to enable property */ member in struct:scf_callback
H A Dsvccfg_libscf.c2287 lcbdata->sc_enable = p;
2565 cbdata.sc_enable = NULL;
2609 if ((lcbdata->sc_flags & SCI_DELAYENABLE) && cbdata.sc_enable) {
2649 r = lscf_property_import(cbdata.sc_enable, &cbdata);
2735 cbdata.sc_enable = 0;
2800 cbdata.sc_enable = NULL;
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h451 int (*sc_enable)(struct rtw_softc *); member in struct:rtw_softc
H A Drtw.c1624 if (rsc->sc_enable != NULL && (*rsc->sc_enable)(rsc) != 0) {

Completed in 107 milliseconds