Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDchio.h91 u_int16_t ce_srcunit; /* logical unit of source */ member
/NextBSD/bin/chio/
HDchio.c290 find_element(*argv, &cmd.ce_srctype, &cmd.ce_srcunit); in do_exchange()
293 cmd.ce_srcunit = parse_element_unit(*argv); in do_exchange()
317 cmd.ce_sdstunit = cmd.ce_srcunit; in do_exchange()
/NextBSD/sys/cam/scsi/
HDscsi_ch.c947 if ((ce->ce_srcunit > (softc->sc_counts[ce->ce_srctype] - 1)) || in chexchange()
964 src = softc->sc_firsts[ce->ce_srctype] + ce->ce_srcunit; in chexchange()