Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dchio.h88 int ce_fdstunit; /* logical unit of first destination */ member
/openbsd/sys/scsi/
H A Dch.c398 (ce->ce_fdstunit > (sc->sc_counts[ce->ce_fdsttype] - 1)) || in ch_exchange()
415 dst1 = sc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit; in ch_exchange()
/openbsd/bin/chio/
H A Dchio.c274 cmd.ce_fdstunit = parse_element_unit(*argv); in do_exchange()