sc_firsts          70 scsi/ch.c      	int		sc_firsts[4];	/* firsts, indexed by CHET_* */
sc_firsts         256 scsi/ch.c      	sc->sc_picker = sc->sc_firsts[CHET_MT];
sc_firsts         317 scsi/ch.c      		*(int *)data = sc->sc_picker - sc->sc_firsts[CHET_MT];
sc_firsts         325 scsi/ch.c      		sc->sc_picker = sc->sc_firsts[CHET_MT] + new_picker;
sc_firsts         331 scsi/ch.c      		cp->cp_curpicker = sc->sc_picker - sc->sc_firsts[CHET_MT];
sc_firsts         382 scsi/ch.c      	fromelem = sc->sc_firsts[cm->cm_fromtype] + cm->cm_fromunit;
sc_firsts         383 scsi/ch.c      	toelem = sc->sc_firsts[cm->cm_totype] + cm->cm_tounit;
sc_firsts         434 scsi/ch.c      	src = sc->sc_firsts[ce->ce_srctype] + ce->ce_srcunit;
sc_firsts         435 scsi/ch.c      	dst1 = sc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit;
sc_firsts         436 scsi/ch.c      	dst2 = sc->sc_firsts[ce->ce_sdsttype] + ce->ce_sdstunit;
sc_firsts         478 scsi/ch.c      	dst = sc->sc_firsts[cp->cp_type] + cp->cp_unit;
sc_firsts         570 scsi/ch.c      	error = ch_getelemstatus(sc, sc->sc_firsts[chet], 1, data, 1024,
sc_firsts         590 scsi/ch.c      	error = ch_getelemstatus(sc, sc->sc_firsts[chet],
sc_firsts         697 scsi/ch.c      	sc->sc_firsts[CHET_MT] = _2btol(ea->mtea);
sc_firsts         699 scsi/ch.c      	sc->sc_firsts[CHET_ST] = _2btol(ea->fsea);
sc_firsts         701 scsi/ch.c      	sc->sc_firsts[CHET_IE] = _2btol(ea->fieea);
sc_firsts         703 scsi/ch.c      	sc->sc_firsts[CHET_DT] = _2btol(ea->fdtea);