Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dchio.h81 int ce_fdsttype; /* element type of first destination */ member
/netbsd/src/sys/dev/scsipi/
Dch.c635 if ((ce->ce_srctype > CHET_DT) || (ce->ce_fdsttype > CHET_DT) || in ch_exchange()
639 (ce->ce_fdstunit > (sc->sc_counts[ce->ce_fdsttype] - 1)) || in ch_exchange()
647 (1 << ce->ce_fdsttype)) == 0) || in ch_exchange()
648 ((sc->sc_exchangemask[ce->ce_fdsttype] & in ch_exchange()
656 dst1 = sc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit; in ch_exchange()
/netbsd/src/bin/chio/
Dchio.c283 cmd.ce_fdsttype = parse_element_type(*argv); in do_exchange()