Home
last modified time | relevance | path

Searched refs:build_node (Results 1 – 6 of 6) sorted by relevance

/scripts/dtc/
Dfstree.c37 tree = build_node(NULL, NULL); in read_fstree()
Ddtc-parser.y147 $$ = build_node($2, $3);
Ddtc.h174 struct node *build_node(struct property *proplist, struct node *children);
Dlivetree.c77 struct node *build_node(struct property *proplist, struct node *children) in build_node() function
Dflattree.c748 node = build_node(NULL, NULL); in unflatten_tree()
Ddtc-parser.tab.c_shipped1478 (yyval.node) = build_node((yyvsp[(2) - (5)].proplist), (yyvsp[(3) - (5)].nodelist));