Home
last modified time | relevance | path

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

/netbsd/sys/arch/next68k/next68k/
H A Ddisksubr.c132 if (strncmp(ondisk->cd_partitions[i].cp_type, in parse_nextstep_label()
231 (!strncmp (ondisk->cd_partitions[t].cp_type, in build_nextstep_label()
265 memset(p->cp_type, 0, NEXT68K_LABEL_MAXFSTLEN); in build_nextstep_label()
266 strncpy(p->cp_type, in build_nextstep_label()
/netbsd/sys/sys/
H A Dchio.h97 int cp_type; /* element type */ member
H A Dbootblock.h1188 char cp_type[NEXT68K_LABEL_MAXFSTLEN]; /* file system type name */ member
/netbsd/sys/dev/scsipi/
H A Dch.c689 if (cp->cp_type > CHET_DT) in ch_position()
691 if (cp->cp_unit > (sc->sc_counts[cp->cp_type] - 1)) in ch_position()
697 dst = sc->sc_firsts[cp->cp_type] + cp->cp_unit; in ch_position()
/netbsd/bin/chio/
H A Dchio.c361 cmd.cp_type = parse_element_type(*argv); in do_position()
/netbsd/external/bsd/nsd/dist/
H A Dudb.c1849 uint8_t cp_type; local
1860 cp_type = cp->type;
1877 np->type = cp_type;
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.c32570 tree proto_quals, cp_type = NULL_TREE; in cp_parser_objc_typename() local
32580 cp_type = cp_parser_type_id (parser); in cp_parser_objc_typename()
32586 if (cp_type == error_mark_node) in cp_parser_objc_typename()
32588 cp_type = NULL_TREE; in cp_parser_objc_typename()
32600 type_name = build_tree_list (proto_quals, cp_type); in cp_parser_objc_typename()
H A Dparser.cc34872 tree proto_quals, cp_type = NULL_TREE; in cp_parser_objc_typename() local
34882 cp_type = cp_parser_type_id (parser); in cp_parser_objc_typename()
34888 if (cp_type == error_mark_node) in cp_parser_objc_typename()
34890 cp_type = NULL_TREE; in cp_parser_objc_typename()
34902 type_name = build_tree_list (proto_quals, cp_type); in cp_parser_objc_typename()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c32570 tree proto_quals, cp_type = NULL_TREE; in cp_parser_objc_typename() local
32580 cp_type = cp_parser_type_id (parser); in cp_parser_objc_typename()
32586 if (cp_type == error_mark_node) in cp_parser_objc_typename()
32588 cp_type = NULL_TREE; in cp_parser_objc_typename()
32600 type_name = build_tree_list (proto_quals, cp_type); in cp_parser_objc_typename()