Home
last modified time | relevance | path

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

/scripts/dtc/
A Dfstree.c37 tree = build_node(NULL, NULL); in read_fstree()
A Ddtc-parser.y187 $$ = add_orphan_node(name_node(build_node(NULL, NULL), ""), $2, $1);
253 $$ = build_node($2, $3);
A Dlivetree.c100 struct node *build_node(struct property *proplist, struct node *children) in build_node() function
255 node = build_node(p, new_node); in add_orphan_node()
816 node = build_node(NULL, NULL); in build_and_name_child_node()
A Ddtc.h202 struct node *build_node(struct property *proplist, struct node *children);
A Dflattree.c751 node = build_node(NULL, NULL); in unflatten_tree()

Completed in 9 milliseconds