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

/freebsd-10.0-release/sys/sys/
H A Dchio.h94 u_int16_t ce_sdsttype; /* element type of second destination */ member in struct:changer_exchange
/freebsd-10.0-release/bin/chio/
H A Dchio.c316 cmd.ce_sdsttype = cmd.ce_srctype;
322 cmd.ce_sdsttype = parse_element_type(*argv);
325 if (CHET_VT == cmd.ce_sdsttype)
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_ch.c952 (ce->ce_sdsttype > CHET_DT))
956 (ce->ce_sdstunit > (softc->sc_counts[ce->ce_sdsttype] - 1)))
965 (1 << ce->ce_sdsttype)) == 0))
973 dst2 = softc->sc_firsts[ce->ce_sdsttype] + ce->ce_sdstunit;

Completed in 83 milliseconds