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

/freebsd-10.0-release/sys/sys/
H A Dchio.h93 u_int16_t ce_fdstunit; /* logical unit of first destination */ member in struct:changer_exchange
/freebsd-10.0-release/bin/chio/
H A Dchio.c303 find_element(*argv, &cmd.ce_fdsttype, &cmd.ce_fdstunit);
306 cmd.ce_fdstunit = parse_element_unit(*argv);
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_ch.c955 (ce->ce_fdstunit > (softc->sc_counts[ce->ce_fdsttype] - 1)) ||
972 dst1 = softc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit;

Completed in 122 milliseconds