Home
last modified time | relevance | path

Searched refs:ce_sdstunit (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dchio.h97 u_int16_t ce_sdstunit; /* logical unit of second destination */ member
/freebsd/bin/chio/
H A Dchio.c309 cmd.ce_sdstunit = cmd.ce_srcunit; in do_exchange()
322 cmd.ce_sdstunit = parse_element_unit(*argv); in do_exchange()
/freebsd/sys/cam/scsi/
H A Dscsi_ch.c929 (ce->ce_sdstunit > (softc->sc_counts[ce->ce_sdsttype] - 1))) in chexchange()
946 dst2 = softc->sc_firsts[ce->ce_sdsttype] + ce->ce_sdstunit; in chexchange()