Lines Matching defs:softc
201 struct mem_cache_softc *softc;
207 if ((softc = getsoftc(inst)) == NULL) {
211 *result = (void *)softc->dip;
229 struct mem_cache_softc *softc = NULL;
258 softc = getsoftc(inst);
259 softc->dip = dip;
260 mutex_init(&softc->mutex, NULL, MUTEX_DRIVER, NULL);
277 if (softc)
289 struct mem_cache_softc *softc;
294 if ((softc = getsoftc(inst)) == NULL)
298 mutex_destroy(&softc->mutex);
905 struct mem_cache_softc *softc;
912 if ((softc = getsoftc(inst)) == NULL)
915 mutex_enter(&softc->mutex);
921 mutex_exit(&softc->mutex);
934 mutex_exit(&softc->mutex);
939 mutex_exit(&softc->mutex);
944 mutex_exit(&softc->mutex);
967 mutex_exit(&softc->mutex);