Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 20 of 20) sorted by relevance

/scripts/dtc/libfdt/
Dfdt.c97 uint32_t tag; in fdt_next_tag() local
105 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
109 switch (tag) { in fdt_next_tag()
141 return tag; in fdt_next_tag()
165 uint32_t tag; in fdt_next_node() local
173 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_next_node()
175 switch (tag) { in fdt_next_node()
197 } while (tag != FDT_BEGIN_NODE); in fdt_next_node()
Dfdt_sw.c181 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_begin_node()
238 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property()
250 uint32_t tag; in fdt_finish() local
269 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
270 if (tag == FDT_PROP) { in fdt_finish()
Dfdt.h82 fdt32_t tag; member
87 fdt32_t tag; member
Dfdt_rw.c243 (*prop)->tag = cpu_to_fdt32(FDT_PROP); in _fdt_add_property()
339 uint32_t tag; in fdt_add_subnode_namelen() local
354 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_add_subnode_namelen()
355 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
364 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_add_subnode_namelen()
Dfdt_ro.c136 uint32_t tag; in _nextprop() local
140 tag = fdt_next_tag(fdt, offset, &nextoffset); in _nextprop()
142 switch (tag) { in _nextprop()
153 } while (tag == FDT_NOP); in _nextprop()
/scripts/dtc/
Dfdtdump.c57 uint32_t tag; in dump_blob() local
98 while ((tag = fdt32_to_cpu(GET_CELL(p))) != FDT_END) { in dump_blob()
102 if (tag == FDT_BEGIN_NODE) { in dump_blob()
115 if (tag == FDT_END_NODE) { in dump_blob()
122 if (tag == FDT_NOP) { in dump_blob()
127 if (tag != FDT_PROP) { in dump_blob()
128 fprintf(stderr, "%*s ** Unknown tag 0x%08x\n", depth * shift, "", tag); in dump_blob()
Dfdtget.c153 uint32_t tag; /* current tag */ in list_subnodes() local
159 tag = fdt_next_tag(blob, node, &nextoffset); in list_subnodes()
160 switch (tag) { in list_subnodes()
188 printf("Unknown tag 0x%08X\n", tag); in list_subnodes()
/scripts/genksyms/
Dgenksyms.c189 (defn = sym->defn) && defn->tag == SYM_NORMAL && in is_unknown_symbol()
191 (defn = defn->next) && defn->tag == SYM_NORMAL && in is_unknown_symbol()
193 (defn = defn->next) && defn->tag == SYM_NORMAL && in is_unknown_symbol()
356 newnode->tag = SYM_NORMAL; in mk_node()
385 newnode->tag = node->tag; in copy_node()
409 if (a->tag != b->tag || strcmp(a->string, b->string)) in equal_list()
425 .tag = SYM_NORMAL }; in read_node()
457 node.tag = n; in read_node()
477 if (sym && sym->tag == SYM_NORMAL && in read_reference()
486 if (def && def->tag == SYM_NORMAL && in read_reference()
[all …]
Dparse.y64 (*ident)->tag = type; in record_compound()
68 r = copy_node(i); r->tag = type; in record_compound()
230 { remove_node($1); (*$2)->tag = SYM_STRUCT; $$ = $2; }
232 { remove_node($1); (*$2)->tag = SYM_UNION; $$ = $2; }
234 { remove_node($1); (*$2)->tag = SYM_ENUM; $$ = $2; }
264 | TYPE { (*$1)->tag = SYM_TYPEDEF; $$ = $1; }
Dgenksyms.h39 enum symbol_type tag; member
Dlex.l116 cur_node->tag = \
Dparse.tab.c_shipped106 (*ident)->tag = type;
110 r = copy_node(i); r->tag = type;
1654 { remove_node((yyvsp[-1])); (*(yyvsp[0]))->tag = SYM_STRUCT; (yyval) = (yyvsp[0]); }
1660 { remove_node((yyvsp[-1])); (*(yyvsp[0]))->tag = SYM_UNION; (yyval) = (yyvsp[0]); }
1666 { remove_node((yyvsp[-1])); (*(yyvsp[0]))->tag = SYM_ENUM; (yyval) = (yyvsp[0]); }
1708 { (*(yyvsp[0]))->tag = SYM_TYPEDEF; (yyval) = (yyvsp[0]); }
Dlex.lex.c_shipped1926 cur_node->tag = \
/scripts/
Dasn1_compiler.c698 uint8_t tag; member
870 element->tag = token_to_tag[cursor->token_type]; in parse_type()
908 element->tag &= ~0x1f; in parse_type()
909 element->tag |= strtoul(cursor->content, &p, 10); in parse_type()
950 element->tag = token_to_tag[cursor->token_type]; in parse_type()
1220 char tag[32]; in dump_element() local
1222 if (e->class == 0 && e->method == 0 && e->tag == 0) in dump_element()
1223 strcpy(tag, "<...>"); in dump_element()
1225 sprintf(tag, "%s %s %s", in dump_element()
1228 asn1_universal_tags[e->tag]); in dump_element()
[all …]
Dsetlocalversion110 tag=`printf '%s' "$hgid" | cut -d' ' -f2`
111 if [ -z "$tag" -o "$tag" = tip ]; then
/scripts/kconfig/lxdialog/
Ddialog.h138 struct dialog_color tag; member
163 void item_set_tag(char tag);
174 char tag; member
194 int item_is_tag(char tag);
Dutil.c54 dlg.tag.atr = A_BOLD; in set_mono_theme()
94 DLG_COLOR(tag, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
134 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
154 DLG_COLOR(tag, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
214 init_one_color(&dlg.tag); in init_dialog_colors()
637 void item_set_tag(char tag) in item_set_tag() argument
639 item_cur->node.tag = tag; in item_set_tag()
666 return item_cur->node.tag; in item_tag()
710 int item_is_tag(char tag) in item_is_tag() argument
712 return (item_cur->node.tag == tag); in item_is_tag()
Dchecklist.c51 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item()
/scripts/kconfig/
Dnconf.c249 char tag; member
523 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make() argument
531 k_menu_items[items_num].tag = tag; in item_make()
600 return mcur->tag; in item_tag()
621 static int item_is_tag(char tag) in item_is_tag() argument
623 return item_tag() == tag; in item_is_tag()
/scripts/mod/
Dmodpost.c706 const char *tag, char *info) in get_next_modinfo() argument
709 unsigned int taglen = strlen(tag); in get_next_modinfo()
718 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo()
725 const char *tag) in get_modinfo() argument
728 return get_next_modinfo(modinfo, modinfo_len, tag, NULL); in get_modinfo()