Home
last modified time | relevance | path

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

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