Searched refs:cp_type (Results 1 – 9 of 9) sorted by relevance
/netbsd/sys/arch/next68k/next68k/ |
H A D | disksubr.c | 132 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 D | chio.h | 97 int cp_type; /* element type */ member
|
H A D | bootblock.h | 1188 char cp_type[NEXT68K_LABEL_MAXFSTLEN]; /* file system type name */ member
|
/netbsd/sys/dev/scsipi/ |
H A D | ch.c | 689 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 D | chio.c | 361 cmd.cp_type = parse_element_type(*argv); in do_position()
|
/netbsd/external/bsd/nsd/dist/ |
H A D | udb.c | 1849 uint8_t cp_type; local 1860 cp_type = cp->type; 1877 np->type = cp_type;
|
/netbsd/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.c | 32570 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 D | parser.cc | 34872 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 D | parser.c | 32570 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()
|