Home
last modified time | relevance | path

Searched refs:sc_tinfo (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/esp/
HDncr53c9x.c293 sc->sc_tinfo = malloc(sc->sc_ntarg * sizeof(sc->sc_tinfo[0]), in ncr53c9x_attach()
295 if (sc->sc_tinfo == NULL) { in ncr53c9x_attach()
417 free(sc->sc_tinfo, M_DEVBUF); in ncr53c9x_attach()
437 if (sc->sc_tinfo) { in ncr53c9x_detach()
443 for (li = LIST_FIRST(&sc->sc_tinfo[t].luns); li; in ncr53c9x_detach()
459 free(sc->sc_tinfo, M_DEVBUF); in ncr53c9x_detach()
594 LIST_FOREACH(li, &sc->sc_tinfo[target].luns, link) { in ncr53c9x_clear_target()
636 memset(sc->sc_tinfo, 0, sizeof(*sc->sc_tinfo)); in ncr53c9x_init()
638 LIST_INIT(&sc->sc_tinfo[r].luns); in ncr53c9x_init()
660 ti = &sc->sc_tinfo[r]; in ncr53c9x_init()
[all …]
HDncr53c9xvar.h335 struct ncr53c9x_tinfo *sc_tinfo; member