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, unsigned 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;
643 /* If the node *does* have a phandle property, we must
653 struct property *reg;
724 const struct property *a, *b;
726 a = *((const struct property * const *)ax);
727 b = *((const struct property * const *)bx);
735 struct property *prop, **tbl;
856 struct property *p;
894 struct property *prop;
914 struct node *node, struct property *prop,
945 struct property *prop;
965 struct property *prop;
986 struct property *prop, struct marker *m,
1026 struct property *prop;