Home
last modified time | relevance | path

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

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