Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dchio.h56 int cm_fromunit; /* logical unit of from element */ member
/netbsd/src/sys/dev/scsipi/
Dch.c592 if ((cm->cm_fromunit > (sc->sc_counts[cm->cm_fromtype] - 1)) || in ch_move()
605 fromelem = sc->sc_firsts[cm->cm_fromtype] + cm->cm_fromunit; in ch_move()
/netbsd/src/bin/chio/
Dchio.c217 cmd.cm_fromunit = parse_element_unit(*argv); in do_move()