Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDchio.h108 u_int16_t cp_type; /* element type */ member
/NextBSD/sys/cam/scsi/
HDscsi_ch.c1008 if (cp->cp_type > CHET_DT) in chposition()
1010 if (cp->cp_unit > (softc->sc_counts[cp->cp_type] - 1)) in chposition()
1016 dst = softc->sc_firsts[cp->cp_type] + cp->cp_unit; in chposition()
/NextBSD/bin/chio/
HDchio.c394 cmd.cp_type = parse_element_type(*argv); in do_position()
/NextBSD/contrib/gcc/cp/
HDparser.c17945 tree proto_quals, cp_type = NULL_TREE; in cp_parser_objc_typename() local
17953 cp_type = cp_parser_type_id (parser); in cp_parser_objc_typename()
17956 typename = build_tree_list (proto_quals, cp_type); in cp_parser_objc_typename()