Lines Matching refs:property
39 struct property *build_property(char *name, struct data val,
42 struct property *new = xmalloc(sizeof(*new));
53 struct property *build_property_delete(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;
266 void add_property(struct node *node, struct property *prop)
268 struct property **p;
281 struct property *prop = node->proplist;
292 void delete_property(struct property *prop)
327 struct property *prop;
343 struct property *p;
424 struct property *get_property(struct node *node, const char *propname)
426 struct property *prop;
435 cell_t propval_cell(struct property *prop)
441 cell_t propval_cell_n(struct property *prop, int n)
447 struct property *get_property_by_label(struct node *tree, const char *label,
450 struct property *prop;
474 struct node **node, struct property **prop)
477 struct property *p;
616 /* If the node *does* have a phandle property, we must
626 struct property *reg;
697 const struct property *a, *b;
699 a = *((const struct property * const *)ax);
700 b = *((const struct property * const *)bx);
708 struct property *prop, **tbl;
829 struct property *p;
867 struct property *prop;
887 struct node *node, struct property *prop,
912 struct property *prop;
932 struct property *prop;
953 struct property *prop, struct marker *m,
993 struct property *prop;