Home
last modified time | relevance | path

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

/NextBSD/bin/chio/
HDchio.c207 cmd.cm_fromtype = parse_element_type(*argv); in do_move()
211 if (CHET_VT == cmd.cm_fromtype) { in do_move()
212 find_element(*argv, &cmd.cm_fromtype, &cmd.cm_fromunit); in do_move()
990 cmd.cm_fromtype = type; in do_return()
/NextBSD/sys/sys/
HDchio.h66 u_int16_t cm_fromtype; /* element type to move from */ member
/NextBSD/sys/cam/scsi/
HDscsi_ch.c891 if ((cm->cm_fromtype > CHET_DT) || (cm->cm_totype > CHET_DT)) in chmove()
893 if ((cm->cm_fromunit > (softc->sc_counts[cm->cm_fromtype] - 1)) || in chmove()
900 if ((softc->sc_movemask[cm->cm_fromtype] & (1 << cm->cm_totype)) == 0) in chmove()
906 fromelem = softc->sc_firsts[cm->cm_fromtype] + cm->cm_fromunit; in chmove()