Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dchio.h82 int ce_fdstunit; /* logical unit of first destination */ member
/netbsd/src/sys/dev/scsipi/
Dch.c639 (ce->ce_fdstunit > (sc->sc_counts[ce->ce_fdsttype] - 1)) || in ch_exchange()
656 dst1 = sc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit; in ch_exchange()
/netbsd/src/bin/chio/
Dchio.c287 cmd.ce_fdstunit = parse_element_unit(*argv); in do_exchange()