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

  /src/sys/dev/ic/
cissvar.h 54 int ccblen, maxcmd, maxsg, nbus, ndrives, maxunits; member in struct:ciss_softc
ciss.c 412 sc->maxunits = inq->numld;
430 if (sc->maxunits == 0) {
450 sc->sc_lds = malloc(sc->maxunits * sizeof(*sc->sc_lds),
465 sc->sc_channel.chan_ntargets = sc->maxunits;
474 sc->sc_channel.chan_id = sc->maxunits;
497 for (i = 0; i < sc->maxunits && i < 1; i++)
985 lmap->size = htobe32(sc->maxunits * sizeof(lmap->map));
986 total = sizeof(*lmap) + (sc->maxunits - 1) * sizeof(lmap->map);
1403 bi->bi_novol = sc->maxunits;
1426 if (bd->bd_volid < 0 || bd->bd_volid > sc->maxunits) {
    [all...]

Completed in 42 milliseconds