Home
last modified time | relevance | path

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

/scripts/dtc/
Dfstree.c22 tree = build_node(NULL, NULL, NULL); in read_fstree()
Ddtc-parser.y173 name_node(build_node(NULL, NULL, NULL),
255 $$ = build_node($2, $3, &@$);
Dlivetree.c88 struct node *build_node(struct property *proplist, struct node *children, in build_node() function
251 node = build_node(p, new_node, NULL); in add_orphan_node()
788 node = build_node(NULL, NULL, NULL); in build_and_name_child_node()
Ddtc.h233 struct node *build_node(struct property *proplist, struct node *children,
Dflattree.c738 node = build_node(NULL, NULL, NULL); in unflatten_tree()