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

  /src/sys/dev/i2o/
iopspvar.h 59 struct iopsp_target *sc_targetmap; /* Target information */ member in struct:iopsp_softc
iopsp.c 195 sc->sc_targetmap = malloc(size, M_DEVBUF, M_WAITOK|M_ZERO);
251 sc->sc_targetmap[i].it_flags &= ~IT_PRESENT;
293 it = &sc->sc_targetmap[targ];
329 if ((sc->sc_targetmap[i].it_flags & IT_PRESENT) == 0)
330 sc->sc_targetmap[i].it_width = 0;

Completed in 87 milliseconds