Searched refs:build_property (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/dtc/
H A Dlivetree.c53 struct property *build_property(char *name, struct data val) function
311 p = build_property(name, d);
556 build_property("linux,phandle",
562 build_property("phandle",
797 p = build_property(l->label,
H A Dfstree.c61 prop = build_property(xstrdup(de->d_name),
H A Dflattree.c704 return build_property(name, val);
H A Ddtc.h191 struct property *build_property(char *name, struct data val);
H A Ddtc-parser.y228 $$ = build_property($1, $3);
232 $$ = build_property($1, empty_data);

Completed in 63 milliseconds