Searched refs:sc_ledlock (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw_var.h111 kmutex_t sc_ledlock; member in struct:urtw_softc
151 #define URTW_LEDLOCK(sc) mutex_enter(&(sc)->sc_ledlock)
152 #define URTW_LEDUNLOCK(sc) mutex_exit(&(sc)->sc_ledlock)
H A Durtw.c4264 mutex_init(&sc->sc_ledlock, NULL, MUTEX_DRIVER, NULL);
4461 mutex_destroy(&sc->sc_ledlock);
4517 mutex_destroy(&sc->sc_ledlock);

Completed in 69 milliseconds