Searched refs:cm_fromtype (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dchio.h66 u_int16_t cm_fromtype; /* element type to move from */ member in struct:changer_move
/freebsd-10.0-release/bin/chio/
H A Dchio.c207 cmd.cm_fromtype = parse_element_type(*argv);
211 if (CHET_VT == cmd.cm_fromtype) {
212 find_element(*argv, &cmd.cm_fromtype, &cmd.cm_fromunit);
990 cmd.cm_fromtype = type;
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_ch.c898 if ((cm->cm_fromtype > CHET_DT) || (cm->cm_totype > CHET_DT))
900 if ((cm->cm_fromunit > (softc->sc_counts[cm->cm_fromtype] - 1)) ||
907 if ((softc->sc_movemask[cm->cm_fromtype] & (1 << cm->cm_totype)) == 0)
913 fromelem = softc->sc_firsts[cm->cm_fromtype] + cm->cm_fromunit;

Completed in 66 milliseconds