Searched refs:sc_scan_cv (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h313 kcondvar_t sc_scan_cv; member in struct:iwn_softc
H A Dif_iwn.c870 cv_init(&sc->sc_scan_cv, NULL, CV_DRIVER, NULL);
2565 cv_signal(&sc->sc_scan_cv);
3172 cv_signal(&sc->sc_scan_cv);
4084 cv_wait(&sc->sc_scan_cv, &sc->sc_mtx);
4151 cv_wait(&sc->sc_scan_cv, &sc->sc_mtx);
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h166 kcondvar_t sc_scan_cv; /* used for active scan */ member in struct:ipw2100_softc

Completed in 97 milliseconds