Lines Matching full:property
39 struct property *build_property(const char *name, struct data val, in build_property()
42 struct property *new = xmalloc(sizeof(*new)); in build_property()
53 struct property *build_property_delete(const char *name) in build_property_delete()
55 struct property *new = xmalloc(sizeof(*new)); in build_property_delete()
65 struct property *chain_property(struct property *first, struct property *list) in chain_property()
73 struct property *reverse_properties(struct property *first) in reverse_properties()
75 struct property *p = first; in reverse_properties()
76 struct property *head = NULL; in reverse_properties()
77 struct property *next; in reverse_properties()
88 struct node *build_node(struct property *proplist, struct node *children, in build_node()
144 struct property *new_prop, *old_prop; in merge_nodes()
157 /* Pop the property off the list */ in merge_nodes()
171 /* Add new labels to old property */ in merge_nodes()
185 /* if no collision occurred, add property to the old node. */ in merge_nodes()
232 struct property *p; in add_orphan_node()
267 void add_property(struct node *node, struct property *prop) in add_property()
269 struct property **p; in add_property()
282 struct property *prop = node->proplist; in delete_property_by_name()
293 void delete_property(struct property *prop) in delete_property()
328 struct property *prop; in delete_node()
344 struct property *p; in append_to_property()
425 struct property *get_property(struct node *node, const char *propname) in get_property()
427 struct property *prop; in get_property()
436 cell_t propval_cell(struct property *prop) in propval_cell()
442 cell_t propval_cell_n(struct property *prop, unsigned int n) in propval_cell_n()
448 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label()
451 struct property *prop; in get_property_by_label()
475 struct node **node, struct property **prop) in get_marker_label()
478 struct property *p; in get_marker_label()
651 /* If the node *does* have a phandle property, we must in get_node_phandle()
661 struct property *reg; in guess_boot_cpuid()
732 const struct property *a, *b; in cmp_prop()
734 a = *((const struct property * const *)ax); in cmp_prop()
735 b = *((const struct property * const *)bx); in cmp_prop()
743 struct property *prop, **tbl; in sort_properties()
864 struct property *p; in generate_label_tree_internal()
902 struct property *prop; in any_fixup_tree()
922 struct node *node, struct property *prop, in add_fixup_entry()
953 struct property *prop; in generate_fixups_tree_internal()
973 struct property *prop; in any_local_fixup_tree()
994 struct property *prop, struct marker *m, in add_local_fixup_entry()
1034 struct property *prop; in generate_local_fixups_tree_internal()