Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDchio.h67 u_int16_t cm_fromunit; /* logical unit of from element */ member
/NextBSD/bin/chio/
HDchio.c212 find_element(*argv, &cmd.cm_fromtype, &cmd.cm_fromunit); in do_move()
215 cmd.cm_fromunit = parse_element_unit(*argv); in do_move()
991 cmd.cm_fromunit = element; in do_return()
/NextBSD/sys/cam/scsi/
HDscsi_ch.c893 if ((cm->cm_fromunit > (softc->sc_counts[cm->cm_fromtype] - 1)) || in chmove()
906 fromelem = softc->sc_firsts[cm->cm_fromtype] + cm->cm_fromunit; in chmove()