Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dchio.h104 int cp_unit; /* logical unit of element */ member
/openbsd/src/sys/scsi/
Dch.c458 if (cp->cp_unit > (sc->sc_counts[cp->cp_type] - 1)) in ch_position()
464 dst = sc->sc_firsts[cp->cp_type] + cp->cp_unit; in ch_position()
/openbsd/src/bin/chio/
Dchio.c360 cmd.cp_unit = parse_element_unit(*argv); in do_position()