Home | History | Annotate | Download | only in dist

Lines Matching defs:tree

18 	struct node *tree;
24 tree = build_node(NULL, NULL, NULL);
52 add_property(tree, prop);
60 add_child(tree, newchild);
67 return tree;
72 struct node *tree;
74 tree = read_fstree(dirname);
75 tree = name_node(tree, "");
77 return build_dt_info(DTSF_V1, NULL, tree, guess_boot_cpuid(tree));