Searched refs:add_label (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtc-parser.y | 147 add_label(&$2->labels, $1); 182 add_label(&target->labels, $2); 285 add_label(&$2->labels, $1); 566 add_label(&$2->labels, $1);
|
H A D | livetree.c | 13 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 D | dtc.h | 224 void add_label(struct label **labels, char *label);
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | dtc-parser.y | 153 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 D | livetree.c | 13 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 D | dtc.h | 260 void add_label(struct label **labels, char *label);
|
Completed in 6 milliseconds