Lines Matching refs:property
42 struct property *build_property(char *name, struct data val)
44 struct property *new = xmalloc(sizeof(*new));
54 struct property *chain_property(struct property *first, struct property *list)
62 struct property *reverse_properties(struct property *first)
64 struct property *p = first;
65 struct property *head = NULL;
66 struct property *next;
77 struct node *build_node(struct property *proplist, struct node *children)
105 struct property *new_prop, *old_prop;
116 /* Pop the property off the list */
124 /* Add new labels to old property */
135 /* if no collision occurred, add property to the old node. */
178 void add_property(struct node *node, struct property *prop)
180 struct property **p;
269 struct property *get_property(struct node *node, const char *propname)
271 struct property *prop;
280 cell_t propval_cell(struct property *prop)
286 struct property *get_property_by_label(struct node *tree, const char *label,
289 struct property *prop;
313 struct node **node, struct property **prop)
316 struct property *p;
444 /* If the node *does* have a phandle property, we must
454 struct property *reg;
525 const struct property *a, *b;
527 a = *((const struct property * const *)ax);
528 b = *((const struct property * const *)bx);
536 struct property *prop, **tbl;