| /scripts/dtc/ |
| A D | livetree.c | 13 void add_label(struct label **labels, char *label) in add_label() argument 15 struct label *new; in add_label() 19 if (streq(new->label, label)) { in add_label() 26 new->label = label; in add_label() 33 struct label *label; in delete_labels() local 460 if (streq(l->label, label)) in get_property_by_label() 544 assert(label && (strlen(label) > 0)); in get_node_by_label() 547 if (streq(l->label, label)) in get_node_by_label() 594 label = ref; in get_node_by_ref() 596 if (label) { in get_node_by_ref() [all …]
|
| A D | dtc.h | 196 struct label { struct 198 char *label; argument 199 struct label *next; argument 213 struct label *labels; 232 struct label *labels; 260 void add_label(struct label **labels, char *label); 261 void delete_labels(struct label **labels); 293 struct property *get_property_by_label(struct node *tree, const char *label, 295 struct marker *get_marker_label(struct node *tree, const char *label, 299 struct node *get_node_by_label(struct node *tree, const char *label); [all …]
|
| A D | flattree.c | 105 fprintf(f, "%s_%s:\n", prefix, label); in emit_label() 106 fprintf(f, "_%s_%s:\n", prefix, label); in emit_label() 111 fprintf(f, "\t.globl\t%s\n", label); in emit_offset_label() 175 struct label *l; in asm_emit_beginnode() 179 fprintf(f, "%s:\n", l->label); in asm_emit_beginnode() 188 struct label *l; in asm_emit_endnode() 194 fprintf(f, "%s_end:\n", l->label); in asm_emit_endnode() 201 struct label *l; in asm_emit_property() 205 fprintf(f, "%s:\n", l->label); in asm_emit_property() 518 struct label *l; in dt_to_asm() [all …]
|
| A D | treesource.c | 303 struct label *l; in write_tree_source_node() 308 fprintf(f, "%s: ", l->label); in write_tree_source_node() 326 fprintf(f, "%s: ", l->label); in write_tree_source_node() 353 struct label *l; in dt_to_source() 356 fprintf(f, "%s: ", l->label); in dt_to_source()
|
| A D | dtx_diff | 353 diff ${diff_flags} ${diff_color} --label "${dtx_file_1}" --label "${dtx_file_2}" \
|
| A D | checks.c | 439 const char *label, struct node *node, in check_duplicate_label() argument 447 othernode = get_node_by_label(dt, label); in check_duplicate_label() 450 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label() 452 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label() 461 label, DESCLABEL_ARGS(node, prop, mark), in check_duplicate_label() 468 struct label *l; in check_duplicate_label_node() 472 check_duplicate_label(c, dti, l->label, node, NULL, NULL); in check_duplicate_label_node() 478 check_duplicate_label(c, dti, l->label, node, prop, NULL); in check_duplicate_label_node()
|
| /scripts/coccinelle/misc/ |
| A D | semicolon.cocci | 51 identifier label; 54 label:;
|
| /scripts/kconfig/lxdialog/ |
| A D | util.c | 406 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() argument 414 temp = strspn(label, " "); in print_button() 415 label += temp; in print_button() 422 waddch(win, label[0]); in print_button() 425 waddstr(win, (char *)label + 1); in print_button()
|
| A D | dialog.h | 185 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
|
| /scripts/ |
| A D | kallsyms.c | 280 static void output_label(const char *label) in output_label() argument 282 printf(".globl %s\n", label); in output_label() 284 printf("%s:\n", label); in output_label()
|
| A D | spelling.txt | 965 lable||label
|
| /scripts/lib/abi/ |
| A D | abi_parser.py | 141 fdata.label = content 184 fdata.label = "" 309 fdata.label = "" 536 for w, label in symbols:
|
| /scripts/dtc/libfdt/ |
| A D | fdt_overlay.c | 379 const char *label; in overlay_fixup_phandle() local 387 &label, &len); in overlay_fixup_phandle() 395 symbol_path = fdt_getprop(fdt, symbols_off, label, &prop_len); in overlay_fixup_phandle()
|
| /scripts/coccinelle/iterators/ |
| A D | use_after_iter.cocci | 7 //#reported reference is at the label of this goto. Some flag tests
|
| /scripts/kconfig/ |
| A D | gconf.c | 599 GtkWidget *dialog, *label, *content_area; in on_window1_delete_event() local 620 label = gtk_label_new("\nSave configuration ?\n"); in on_window1_delete_event() 622 gtk_container_add(GTK_CONTAINER(content_area), label); in on_window1_delete_event() 623 gtk_widget_show(label); in on_window1_delete_event()
|
| /scripts/mod/ |
| A D | modpost.c | 1072 Elf_Sym *label; in check_export_symbol() local 1076 label = find_fromsym(elf, faddr, elf->export_symbol_secndx); in check_export_symbol() 1077 label_name = sym_name(elf, label); in check_export_symbol() 1099 data = sym_get_data(elf, label); /* license */ in check_export_symbol()
|