Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dchio.h58 int cm_tounit; /* logical unit of to element */ member
/netbsd/src/sys/dev/scsipi/
Dch.c593 (cm->cm_tounit > (sc->sc_counts[cm->cm_totype] - 1))) in ch_move()
606 toelem = sc->sc_firsts[cm->cm_totype] + cm->cm_tounit; in ch_move()
/netbsd/src/bin/chio/
Dchio.c225 cmd.cm_tounit = parse_element_unit(*argv); in do_move()