Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dchio.h110 u_int16_t cp_type; /* element type */ member
/freebsd/sys/cam/scsi/
H A Dscsi_ch.c988 if (cp->cp_type > CHET_DT) in chposition()
990 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.c384 cmd.cp_type = parse_element_type(*argv); in do_position()