Home
last modified time | relevance | path

Searched refs:label (Results 1 – 11 of 11) sorted by relevance

/scripts/dtc/
A Dlivetree.c27 void add_label(struct label **labels, char *label) in add_label() argument
29 struct label *new; in add_label()
33 if (streq(new->label, label)) { in add_label()
40 new->label = label; in add_label()
47 struct label *label; in delete_labels() local
460 if (streq(l->label, label)) in get_property_by_label()
545 assert(label && (strlen(label) > 0)); in get_node_by_label()
548 if (streq(l->label, label)) in get_node_by_label()
595 label = ref; in get_node_by_ref()
597 if (label) { in get_node_by_ref()
[all …]
A Ddtc.h132 struct label { struct
134 char *label; argument
135 struct label *next; argument
149 struct label *labels;
167 struct label *labels;
194 void add_label(struct label **labels, char *label);
195 void delete_labels(struct label **labels);
224 struct property *get_property_by_label(struct node *tree, const char *label,
226 struct marker *get_marker_label(struct node *tree, const char *label,
230 struct node *get_node_by_label(struct node *tree, const char *label);
[all …]
A Dflattree.c120 fprintf(f, "%s_%s:\n", prefix, label); in emit_label()
121 fprintf(f, "_%s_%s:\n", prefix, label); in emit_label()
126 fprintf(f, "\t.globl\t%s\n", label); in emit_offset_label()
189 struct label *l; in asm_emit_beginnode()
193 fprintf(f, "%s:\n", l->label); in asm_emit_beginnode()
202 struct label *l; in asm_emit_endnode()
208 fprintf(f, "%s_end:\n", l->label); in asm_emit_endnode()
215 struct label *l; in asm_emit_property()
219 fprintf(f, "%s:\n", l->label); in asm_emit_property()
532 struct label *l; in dt_to_asm()
[all …]
A Dtreesource.c240 struct label *l; in write_tree_source_node()
244 fprintf(f, "%s: ", l->label); in write_tree_source_node()
253 fprintf(f, "%s: ", l->label); in write_tree_source_node()
272 struct label *l; in dt_to_source()
275 fprintf(f, "%s: ", l->label); in dt_to_source()
A Dchecks.c395 const char *label, struct node *node, in check_duplicate_label() argument
403 othernode = get_node_by_label(dt, label); in check_duplicate_label()
406 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
408 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
417 label, DESCLABEL_ARGS(node, prop, mark), in check_duplicate_label()
424 struct label *l; in check_duplicate_label_node()
428 check_duplicate_label(c, dti, l->label, node, NULL, NULL); in check_duplicate_label_node()
434 check_duplicate_label(c, dti, l->label, node, prop, NULL); in check_duplicate_label_node()
/scripts/dtc/libfdt/
A Dfdt_overlay.c372 int poffset, const char *label) in overlay_fixup_one_phandle() argument
383 symbol_path = fdt_getprop(fdt, symbols_off, label, in overlay_fixup_one_phandle()
432 const char *label; in overlay_fixup_phandle() local
436 &label, &len); in overlay_fixup_phandle()
485 poffset, label); in overlay_fixup_phandle()
/scripts/kconfig/lxdialog/
A Dutil.c434 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() argument
442 temp = strspn(label, " "); in print_button()
443 label += temp; in print_button()
450 waddch(win, label[0]); in print_button()
453 waddstr(win, (char *)label + 1); in print_button()
A Ddialog.h205 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
/scripts/coccinelle/iterators/
A Duse_after_iter.cocci6 //#reported reference is at the label of this goto. Some flag tests
/scripts/kconfig/
A Dgconf.c415 GtkWidget *dialog, *label; in on_window1_delete_event() local
435 label = gtk_label_new("\nSave configuration ?\n"); in on_window1_delete_event()
436 gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog)->vbox), label); in on_window1_delete_event()
437 gtk_widget_show(label); in on_window1_delete_event()
/scripts/
A Dspelling.txt965 lable||label

Completed in 25 milliseconds