| /scripts/ |
| D | setlocalversion | 34 tag="$1" 37 [ "$(git cat-file -t "$tag" 2> /dev/null)" = tag ] || return 1 41 set -- $(git rev-list --count --left-right "$tag"...HEAD 2> /dev/null) 58 local tag
|
| D | asn1_compiler.c | 694 uint8_t tag; member 866 element->tag = token_to_tag[cursor->token_type]; in parse_type() 904 element->tag &= ~0x1f; in parse_type() 905 element->tag |= strtoul(cursor->content, &p, 10); in parse_type() 946 element->tag = token_to_tag[cursor->token_type]; in parse_type() 1216 char tag[32]; in dump_element() local 1218 if (e->class == 0 && e->method == 0 && e->tag == 0) in dump_element() 1219 strcpy(tag, "<...>"); in dump_element() 1221 sprintf(tag, "%s %s %s", in dump_element() 1224 asn1_universal_tags[e->tag]); in dump_element() [all …]
|
| D | get_abi.pl | 117 my $tag = ""; 134 if ($tag eq "description") { 138 } elsif ($tag ne "") { 139 parse_error($file, $ln, "tag '$tag' is invalid", $_); 155 if ($tag =~ m/what/) { 171 $tag = $new_tag; 177 if ($tag ne "" && $new_tag) { 178 $tag = $new_tag; 215 $data{$what}->{$tag} .= $content; 221 $data{$what}->{$tag} = $content; [all …]
|
| /scripts/genksyms/ |
| D | genksyms.c | 175 (defn = sym->defn) && defn->tag == SYM_NORMAL && in is_unknown_symbol() 177 (defn = defn->next) && defn->tag == SYM_NORMAL && in is_unknown_symbol() 179 (defn = defn->next) && defn->tag == SYM_NORMAL && in is_unknown_symbol() 349 newnode->tag = SYM_NORMAL; in mk_node() 378 newnode->tag = node->tag; in copy_node() 402 if (a->tag != b->tag || strcmp(a->string, b->string)) in equal_list() 418 .tag = SYM_NORMAL }; in read_node() 450 node.tag = n; in read_node() 470 if (sym && sym->tag == SYM_NORMAL && in read_reference() 479 if (def && def->tag == SYM_NORMAL && in read_reference() [all …]
|
| D | parse.y | 52 (*ident)->tag = type; in record_compound() 56 r = copy_node(i); r->tag = type; in record_compound() 233 { remove_node($1); (*$2)->tag = SYM_STRUCT; $$ = $2; } 235 { remove_node($1); (*$2)->tag = SYM_UNION; $$ = $2; } 237 { remove_node($1); (*$2)->tag = SYM_ENUM; $$ = $2; } 269 | TYPE { (*$1)->tag = SYM_TYPEDEF; $$ = $1; }
|
| D | genksyms.h | 28 enum symbol_type tag; member
|
| D | lex.l | 104 cur_node->tag = \
|
| /scripts/dtc/libfdt/ |
| D | fdt.c | 165 uint32_t tag, len, sum; in fdt_next_tag() local 173 tag = fdt32_to_cpu(*tagp); in fdt_next_tag() 177 switch (tag) { in fdt_next_tag() 220 return tag; in fdt_next_tag() 250 uint32_t tag; in fdt_next_node() local 258 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_next_node() 260 switch (tag) { in fdt_next_node() 282 } while (tag != FDT_BEGIN_NODE); in fdt_next_node()
|
| D | fdt.h | 37 fdt32_t tag; member 42 fdt32_t tag; member
|
| D | fdt_rw.c | 229 (*prop)->tag = cpu_to_fdt32(FDT_PROP); in fdt_add_property_() 340 uint32_t tag; in fdt_add_subnode_namelen() local 352 tag = fdt_next_tag(fdt, parentoffset, &nextoffset); in fdt_add_subnode_namelen() 354 if (!can_assume(LIBFDT_FLAWLESS) && (tag != FDT_BEGIN_NODE)) in fdt_add_subnode_namelen() 358 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_add_subnode_namelen() 359 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen() 368 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_add_subnode_namelen()
|
| D | fdt_sw.c | 231 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_begin_node() 318 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property_placeholder() 342 uint32_t tag; in fdt_finish() local 361 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish() 362 if (tag == FDT_PROP) { in fdt_finish()
|
| D | fdt_ro.c | 203 uint32_t tag; in nextprop_() local 207 tag = fdt_next_tag(fdt, offset, &nextoffset); in nextprop_() 209 switch (tag) { in nextprop_() 220 } while (tag == FDT_NOP); in nextprop_()
|
| /scripts/gendwarfksyms/ |
| D | kabi.c | 132 const char *tag; in kabi_read_rules() member 136 .tag = KABI_RULE_TAG_DECLONLY, in kabi_read_rules() 140 .tag = KABI_RULE_TAG_ENUMERATOR_IGNORE, in kabi_read_rules() 144 .tag = KABI_RULE_TAG_ENUMERATOR_VALUE, in kabi_read_rules() 148 .tag = KABI_RULE_TAG_BYTE_SIZE, in kabi_read_rules() 152 .tag = KABI_RULE_TAG_TYPE_STRING, in kabi_read_rules() 222 if (!strcmp(field, rule_types[i].tag)) { in kabi_read_rules()
|
| D | dwarf.c | 854 static bool is_expanded_type(int tag) in is_expanded_type() argument 856 return tag == DW_TAG_class_type || tag == DW_TAG_structure_type || in is_expanded_type() 857 tag == DW_TAG_union_type || tag == DW_TAG_enumeration_type; in is_expanded_type() 870 int tag = dwarf_tag(die); in process_type() local 879 if (is_expanded_type(tag)) { in process_type() 896 die_debug_g("cached addr %p tag %x -- %s", die->addr, tag, in process_type() 906 die_debug_g("addr %p tag %x -- %s -> %s", die->addr, tag, in process_type() 909 switch (tag) { in process_type() 941 error("unexpected type: %x", tag); in process_type() 945 die->addr, tag); in process_type() [all …]
|
| D | types.c | 276 static char get_type_prefix(int tag) in get_type_prefix() argument 278 switch (tag) { in get_type_prefix() 308 prefix = get_type_prefix(cache->tag); in get_type_name()
|
| D | die.c | 27 cd->tag = -1; in init_die()
|
| D | gendwarfksyms.h | 187 int tag; member
|
| /scripts/dtc/ |
| D | yamltree.c | 36 void *tag; in yaml_propval_int() local 40 case 1: tag = "!u8"; break; in yaml_propval_int() 41 case 2: tag = "!u16"; break; in yaml_propval_int() 42 case 4: tag = "!u32"; break; in yaml_propval_int() 43 case 8: tag = "!u64"; break; in yaml_propval_int() 50 (yaml_char_t *)tag, width == 4, YAML_FLOW_SEQUENCE_STYLE); in yaml_propval_int()
|
| D | fdtget.c | 139 uint32_t tag; /* current tag */ in list_subnodes() local 145 tag = fdt_next_tag(blob, node, &nextoffset); in list_subnodes() 146 switch (tag) { in list_subnodes() 174 printf("Unknown tag 0x%08X\n", tag); in list_subnodes()
|
| /scripts/kconfig/lxdialog/ |
| D | dialog.h | 99 struct dialog_color tag; member 124 void item_set_tag(char tag); 135 char tag; member 155 int item_is_tag(char tag);
|
| D | util.c | 28 dlg.tag.atr = A_BOLD; in set_mono_theme() 64 DLG_COLOR(tag, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 99 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 118 DLG_COLOR(tag, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 174 init_one_color(&dlg.tag); in init_dialog_colors() 597 void item_set_tag(char tag) in item_set_tag() argument 599 item_cur->node.tag = tag; in item_set_tag() 626 return item_cur->node.tag; in item_tag() 670 int item_is_tag(char tag) in item_is_tag() argument 672 return (item_cur->node.tag == tag); in item_is_tag()
|
| D | checklist.c | 38 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item()
|
| /scripts/coccinelle/misc/ |
| D | add_namespace.cocci | 6 /// add a missing namespace tag to a module source file.
|
| /scripts/kconfig/ |
| D | nconf.c | 258 char tag; member 537 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make() argument 545 k_menu_items[items_num].tag = tag; in item_make() 616 return mcur->tag; in item_tag() 637 static int item_is_tag(char tag) in item_is_tag() argument 639 return item_tag() == tag; in item_is_tag()
|
| /scripts/mod/ |
| D | modpost.c | 685 static char *get_next_modinfo(struct elf_info *info, const char *tag, in get_next_modinfo() argument 689 unsigned int taglen = strlen(tag); in get_next_modinfo() 699 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo() 705 static char *get_modinfo(struct elf_info *info, const char *tag) in get_modinfo() argument 708 return get_next_modinfo(info, tag, NULL); in get_modinfo()
|