Searched refs:add_label (Results 1 – 4 of 4) sorted by relevance
| /linux/scripts/dtc/ |
| 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);
|
| A D | dtc-parser.tab.c | 1410 add_label(&(yyvsp[0].re)->labels, (yyvsp[-1].labelref)); in yyparse() 1448 add_label(&target->labels, (yyvsp[-2].labelref)); in yyparse() 1564 add_label(&(yyvsp[0].prop)->labels, (yyvsp[-1].labelref)); in yyparse() 1886 add_label(&(yyvsp[0].node)->labels, (yyvsp[-1].labelref)); in yyparse()
|
| 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()
|
| A D | dtc.h | 260 void add_label(struct label **labels, char *label);
|
Completed in 12 milliseconds