Lines Matching refs:property
53 struct property *build_property(char *name, struct data val)
55 struct property *new = xmalloc(sizeof(*new));
65 struct property *build_property_delete(char *name)
67 struct property *new = xmalloc(sizeof(*new));
77 struct property *chain_property(struct property *first, struct property *list)
85 struct property *reverse_properties(struct property *first)
87 struct property *p = first;
88 struct property *head = NULL;
89 struct property *next;
100 struct node *build_node(struct property *proplist, struct node *children)
139 struct property *new_prop, *old_prop;
152 /* Pop the property off the list */
166 /* Add new labels to old property */
178 /* if no collision occurred, add property to the old node. */
223 struct property *p;
249 void add_property(struct node *node, struct property *prop)
251 struct property **p;
264 struct property *prop = node->proplist;
275 void delete_property(struct property *prop)
310 struct property *prop;
325 struct property *p;
404 struct property *get_property(struct node *node, const char *propname)
406 struct property *prop;
415 cell_t propval_cell(struct property *prop)
421 struct property *get_property_by_label(struct node *tree, const char *label,
424 struct property *prop;
448 struct node **node, struct property **prop)
451 struct property *p;
587 /* If the node *does* have a phandle property, we must
597 struct property *reg;
668 const struct property *a, *b;
670 a = *((const struct property * const *)ax);
671 b = *((const struct property * const *)bx);
679 struct property *prop, **tbl;
800 struct property *p;
837 struct property *prop;
857 struct node *node, struct property *prop,
882 struct property *prop;
902 struct property *prop;
923 struct property *prop, struct marker *m,
963 struct property *prop;