HomeSort by: relevance | last modified time | path
    Searched defs:lunsw (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
siopvar.h 87 struct siop_lunsw *lunsw; member in struct:siop_target
121 struct lunsw_list lunsw_list; /* lunsw free list */
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...]

Completed in 12 milliseconds