sc_counts          71 scsi/ch.c      	int		sc_counts[4];	/* counts, indexed by CHET_* */
sc_counts         223 scsi/ch.c      		oldcounts[i] = sc->sc_counts[i];
sc_counts         230 scsi/ch.c      		if (oldcounts[i] != sc->sc_counts[i]) {
sc_counts         239 scsi/ch.c      		    sc->sc_counts[CHET_ST], PLURAL(sc->sc_counts[CHET_ST]),
sc_counts         240 scsi/ch.c      		    sc->sc_counts[CHET_DT], PLURAL(sc->sc_counts[CHET_DT]),
sc_counts         241 scsi/ch.c      		    sc->sc_counts[CHET_MT], PLURAL(sc->sc_counts[CHET_MT]),
sc_counts         242 scsi/ch.c      		    sc->sc_counts[CHET_IE], PLURAL(sc->sc_counts[CHET_IE]));
sc_counts         323 scsi/ch.c      		if (new_picker > (sc->sc_counts[CHET_MT] - 1))
sc_counts         332 scsi/ch.c      		cp->cp_npickers = sc->sc_counts[CHET_MT];
sc_counts         333 scsi/ch.c      		cp->cp_nslots = sc->sc_counts[CHET_ST];
sc_counts         334 scsi/ch.c      		cp->cp_nportals = sc->sc_counts[CHET_IE];
sc_counts         335 scsi/ch.c      		cp->cp_ndrives = sc->sc_counts[CHET_DT];
sc_counts         369 scsi/ch.c      	if ((cm->cm_fromunit > (sc->sc_counts[cm->cm_fromtype] - 1)) ||
sc_counts         370 scsi/ch.c      	    (cm->cm_tounit > (sc->sc_counts[cm->cm_totype] - 1)))
sc_counts         417 scsi/ch.c      	if ((ce->ce_srcunit > (sc->sc_counts[ce->ce_srctype] - 1)) ||
sc_counts         418 scsi/ch.c      	    (ce->ce_fdstunit > (sc->sc_counts[ce->ce_fdsttype] - 1)) ||
sc_counts         419 scsi/ch.c      	    (ce->ce_sdstunit > (sc->sc_counts[ce->ce_sdsttype] - 1)))
sc_counts         472 scsi/ch.c      	if (cp->cp_unit > (sc->sc_counts[cp->cp_type] - 1))
sc_counts         560 scsi/ch.c      	if (sc->sc_counts[chet] == 0)
sc_counts         582 scsi/ch.c      	    (desclen * sc->sc_counts[chet]);
sc_counts         591 scsi/ch.c      	    sc->sc_counts[chet], data, size, want_voltags);
sc_counts         603 scsi/ch.c      	if (avail != sc->sc_counts[chet]) {
sc_counts         698 scsi/ch.c      	sc->sc_counts[CHET_MT] = _2btol(ea->nmte);
sc_counts         700 scsi/ch.c      	sc->sc_counts[CHET_ST] = _2btol(ea->nse);
sc_counts         702 scsi/ch.c      	sc->sc_counts[CHET_IE] = _2btol(ea->niee);
sc_counts         704 scsi/ch.c      	sc->sc_counts[CHET_DT] = _2btol(ea->ndte);