cm_fromtype       367 scsi/ch.c      	if ((cm->cm_fromtype > CHET_DT) || (cm->cm_totype > CHET_DT))
cm_fromtype       369 scsi/ch.c      	if ((cm->cm_fromunit > (sc->sc_counts[cm->cm_fromtype] - 1)) ||
cm_fromtype       376 scsi/ch.c      	if ((sc->sc_movemask[cm->cm_fromtype] & (1 << cm->cm_totype)) == 0)
cm_fromtype       382 scsi/ch.c      	fromelem = sc->sc_firsts[cm->cm_fromtype] + cm->cm_fromunit;
cm_fromtype        61 sys/chio.h     	int	cm_fromtype;	/* element type to move from */