HomeSort by: relevance | last modified time | path
    Searched refs:cm_totype (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
chio.h 57 int cm_totype; /* element type to move to */ member in struct:changer_move_request
  /src/sys/dev/scsipi/
ch.c 590 if ((cm->cm_fromtype > CHET_DT) || (cm->cm_totype > CHET_DT))
593 (cm->cm_tounit > (sc->sc_counts[cm->cm_totype] - 1)))
599 if ((sc->sc_movemask[cm->cm_fromtype] & (1 << cm->cm_totype)) == 0)
606 toelem = sc->sc_firsts[cm->cm_totype] + cm->cm_tounit;
  /src/bin/chio/
chio.c 221 cmd.cm_totype = parse_element_type(*argv);

Completed in 13 milliseconds