Searched refs:cm_totype (Results 1 - 3 of 3) sorted by last modified time

/freebsd-9.3-release/bin/chio/
H A Dchio.c220 cmd.cm_totype = parse_element_type(*argv);
224 if (CHET_VT == cmd.cm_totype)
992 cmd.cm_totype = ces->ces_source_type;
/freebsd-9.3-release/sys/sys/
H A Dchio.h68 u_int16_t cm_totype; /* element type to move to */ member in struct:changer_move
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_ch.c898 if ((cm->cm_fromtype > CHET_DT) || (cm->cm_totype > CHET_DT))
901 (cm->cm_tounit > (softc->sc_counts[cm->cm_totype] - 1)))
907 if ((softc->sc_movemask[cm->cm_fromtype] & (1 << cm->cm_totype)) == 0)
914 toelem = softc->sc_firsts[cm->cm_totype] + cm->cm_tounit;

Completed in 156 milliseconds