siop.c | 183 struct siop_lunsw *lunsw; local in function:siop_reset 240 while((lunsw = TAILQ_FIRST(&sc->lunsw_list)) != NULL) { 242 printf("%s: free lunsw at offset %d\n", 243 device_xname(sc->sc_c.sc_dev), lunsw->lunsw_off); 245 TAILQ_REMOVE(&sc->lunsw_list, lunsw, next); 246 free(lunsw, M_DEVBUF); 259 free(target->lunsw, M_DEVBUF); 260 target->lunsw = siop_get_lunsw(sc); 261 if (target->lunsw == NULL) { 263 "can't alloc lunsw for target %d\n", i) 1781 struct siop_lunsw *lunsw; local in function:siop_get_lunsw 1893 struct siop_lunsw *lunsw; local in function:siop_add_dev [all...] |