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