Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/dtc/dist/
H A Dlivetree.c41 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 Ddtc-parser.y275 $$ = build_property($1, $3, &@$);
279 $$ = build_property($1, empty_data, &@$);
H A Dfstree.c48 prop = build_property(xstrdup(de->d_name), in read_fstree()
H A Ddtc.h196 struct property *build_property(char *name, struct data val,
H A Dflattree.c682 return build_property(name, val, NULL); in flat_read_property()