Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dchio.h73 u_int16_t cm_tounit; /* logical unit of to element */ member
/freebsd-12-stable/bin/chio/
Dchio.c229 cmd.cm_tounit = parse_element_unit(*argv); in do_move()
993 cmd.cm_tounit = ces->ces_source_addr; in do_return()
/freebsd-12-stable/sys/cam/scsi/
Dscsi_ch.c887 (cm->cm_tounit > (softc->sc_counts[cm->cm_totype] - 1))) in chmove()
900 toelem = softc->sc_firsts[cm->cm_totype] + cm->cm_tounit; in chmove()