Searched refs:build_node (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/scripts/dtc/ |
D | fstree.c | 37 tree = build_node(NULL, NULL); in read_fstree()
|
D | dtc-parser.y | 179 $$ = add_orphan_node(name_node(build_node(NULL, NULL), ""), $2, $1); 240 $$ = build_node($2, $3);
|
D | livetree.c | 100 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() 790 node = build_node(NULL, NULL); in build_and_name_child_node()
|
D | dtc.h | 204 struct node *build_node(struct property *proplist, struct node *children);
|
D | flattree.c | 753 node = build_node(NULL, NULL); in unflatten_tree()
|
/Linux-v4.19/Documentation/sphinx/ |
D | kfigure.py | 478 return [self.build_node()] 480 def build_node(self): member in KernelRender
|