Home
last modified time | relevance | path

Searched refs:add_label (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/scripts/dtc/
H A Ddtc-parser.y155 add_label(&$2->labels, $1);
185 add_label(&target->labels, $2);
257 add_label(&$2->labels, $1);
528 add_label(&$2->labels, $1);
H A Dlivetree.c27 void add_label(struct label **labels, char *label) in add_label() function
147 add_label(&old_node->labels, l->label); in merge_nodes()
168 add_label(&old_prop->labels, l->label); in merge_nodes()
H A Ddtc.h194 void add_label(struct label **labels, char *label);
/openbmc/linux/scripts/dtc/
H A Ddtc-parser.y153 add_label(&$2->labels, $1);
193 add_label(&target->labels, $2);
298 add_label(&$2->labels, $1);
584 add_label(&$2->labels, $1);
H A Dlivetree.c13 void add_label(struct label **labels, char *label) in add_label() function
152 add_label(&old_node->labels, l->label); in merge_nodes()
173 add_label(&old_prop->labels, l->label); in merge_nodes()
H A Ddtc.h260 void add_label(struct label **labels, char *label);
/openbmc/u-boot/common/
H A Dfdt_support.c860 add_label: in fdt_node_set_part_info()
865 goto add_label; in fdt_node_set_part_info()