Searched defs:label (Results 1 – 8 of 8) sorted by relevance
/scripts/dtc/ |
D | dtc.h | 160 struct label { struct 162 char *label; argument 163 struct label *next; argument
|
D | livetree.c | 13 void add_label(struct label **labels, char *label) in add_label() 33 struct label *label; in delete_labels() local 447 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label() 473 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label() 538 struct node *get_node_by_label(struct node *tree, const char *label) in get_node_by_label()
|
D | flattree.c | 102 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label() 109 static void emit_offset_label(FILE *f, const char *label, int offset) in emit_offset_label()
|
D | checks.c | 415 const char *label, struct node *node, in check_duplicate_label()
|
/scripts/dtc/libfdt/ |
D | fdt_overlay.c | 372 int poffset, const char *label) in overlay_fixup_one_phandle() 432 const char *label; in overlay_fixup_phandle() local
|
/scripts/kconfig/lxdialog/ |
D | util.c | 434 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button()
|
/scripts/ |
D | kallsyms.c | 339 static void output_label(const char *label) in output_label()
|
/scripts/kconfig/ |
D | gconf.c | 418 GtkWidget *dialog, *label; in on_window1_delete_event() local
|