Searched refs:build_property (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/dtc/dist/ |
H A D | livetree.c | 41 struct property *build_property(char *name, struct data val, in build_property() function 242 p = build_property("target-path", d, NULL); in add_orphan_node() 247 p = build_property("target", d, NULL); in add_orphan_node() 355 p = build_property(name, d, NULL); in append_to_property() 612 add_property(node, build_property("linux,phandle", d, NULL)); in get_node_phandle() 616 add_property(node, build_property("phandle", d, NULL)); in get_node_phandle() 850 p = build_property(l->label, in generate_label_tree_internal()
|
H A D | dtc-parser.y | 275 $$ = build_property($1, $3, &@$); 279 $$ = build_property($1, empty_data, &@$);
|
H A D | fstree.c | 48 prop = build_property(xstrdup(de->d_name), in read_fstree()
|
H A D | dtc.h | 196 struct property *build_property(char *name, struct data val,
|
H A D | flattree.c | 682 return build_property(name, val, NULL); in flat_read_property()
|