Lines Matching refs:property

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