Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dchio.h110 u_int16_t cp_type; /* element type */ member
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_ch.c989 if (cp->cp_type > CHET_DT) in chposition()
991 if (cp->cp_unit > (softc->sc_counts[cp->cp_type] - 1)) in chposition()
997 dst = softc->sc_firsts[cp->cp_type] + cp->cp_unit; in chposition()
/freebsd-14.2/bin/chio/
H A Dchio.c392 cmd.cp_type = parse_element_type(*argv); in do_position()