Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dchio.h71 u_int16_t cm_tounit; /* logical unit of to element */ member
/freebsd/bin/chio/
H A Dchio.c219 cmd.cm_tounit = parse_element_unit(*argv); in do_move()
983 cmd.cm_tounit = ces->ces_source_addr; in do_return()
/freebsd/sys/cam/scsi/
H A Dscsi_ch.c874 (cm->cm_tounit > (softc->sc_counts[cm->cm_totype] - 1))) in chmove()
887 toelem = softc->sc_firsts[cm->cm_totype] + cm->cm_tounit; in chmove()