Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dchio.h69 u_int16_t cm_fromunit; /* logical unit of from element */ member
/freebsd/bin/chio/
H A Dchio.c202 find_element(*argv, &cmd.cm_fromtype, &cmd.cm_fromunit); in do_move()
205 cmd.cm_fromunit = parse_element_unit(*argv); in do_move()
981 cmd.cm_fromunit = element; in do_return()
/freebsd/sys/cam/scsi/
H A Dscsi_ch.c873 if ((cm->cm_fromunit > (softc->sc_counts[cm->cm_fromtype] - 1)) || in chmove()
886 fromelem = softc->sc_firsts[cm->cm_fromtype] + cm->cm_fromunit; in chmove()