Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dchio.h111 u_int16_t cp_unit; /* logical unit of element */ member
/freebsd/sys/cam/scsi/
H A Dscsi_ch.c990 if (cp->cp_unit > (softc->sc_counts[cp->cp_type] - 1)) in chposition()
996 dst = softc->sc_firsts[cp->cp_type] + cp->cp_unit; in chposition()
/freebsd/bin/chio/
H A Dchio.c388 cmd.cp_unit = parse_element_unit(*argv); in do_position()