Lines Matching +defs:new +defs:name
15 struct label *new; in add_label() local
39 struct property *build_property(char *name, struct data val, in build_property()
42 struct property *new = xmalloc(sizeof(*new)); in build_property() local
53 struct property *build_property_delete(char *name) in build_property_delete()
55 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() local
91 struct node *new = xmalloc(sizeof(*new)); in build_node() local
109 struct node *new = xmalloc(sizeof(*new)); in build_node_delete() local
119 struct node *name_node(struct node *node, char *name) in name_node()
234 char *name; in add_orphan_node() local
279 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name()
312 void delete_node_by_name(struct node *parent, char *name) in delete_node_by_name()
339 char *name, const void *data, int len, in append_to_property()
360 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry() local
380 struct reserve_info *new) in add_reserve_entry()
784 static struct node *build_and_name_child_node(struct node *parent, char *name) in build_and_name_child_node()
795 static struct node *build_root_node(struct node *dt, char *name) in build_root_node()
1010 void generate_label_tree(struct dt_info *dti, char *name, bool allocph) in generate_label_tree()
1018 void generate_fixups_tree(struct dt_info *dti, char *name) in generate_fixups_tree()
1026 void generate_local_fixups_tree(struct dt_info *dti, char *name) in generate_local_fixups_tree()