Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dchio.h57 int cm_totype; /* element type to move to */ member
/netbsd/src/sys/dev/scsipi/
Dch.c590 if ((cm->cm_fromtype > CHET_DT) || (cm->cm_totype > CHET_DT)) in ch_move()
593 (cm->cm_tounit > (sc->sc_counts[cm->cm_totype] - 1))) in ch_move()
599 if ((sc->sc_movemask[cm->cm_fromtype] & (1 << cm->cm_totype)) == 0) in ch_move()
606 toelem = sc->sc_firsts[cm->cm_totype] + cm->cm_tounit; in ch_move()
/netbsd/src/bin/chio/
Dchio.c221 cmd.cm_totype = parse_element_type(*argv); in do_move()