Lines Matching refs:property
42 struct property *build_property(char *name, struct data val) in build_property()
44 struct property *new = xmalloc(sizeof(*new)); in build_property()
54 struct property *chain_property(struct property *first, struct property *list) in chain_property()
62 struct property *reverse_properties(struct property *first) in reverse_properties()
64 struct property *p = first; in reverse_properties()
65 struct property *head = NULL; in reverse_properties()
66 struct property *next; in reverse_properties()
77 struct node *build_node(struct property *proplist, struct node *children) in build_node()
105 struct property *new_prop, *old_prop; in merge_nodes()
178 void add_property(struct node *node, struct property *prop) in add_property()
180 struct property **p; in add_property()
269 struct property *get_property(struct node *node, const char *propname) in get_property()
271 struct property *prop; in get_property()
280 cell_t propval_cell(struct property *prop) in propval_cell()
286 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label()
289 struct property *prop; in get_property_by_label()
313 struct node **node, struct property **prop) in get_marker_label()
316 struct property *p; in get_marker_label()
454 struct property *reg; in guess_boot_cpuid()
525 const struct property *a, *b; in cmp_prop()
527 a = *((const struct property * const *)ax); in cmp_prop()
528 b = *((const struct property * const *)bx); in cmp_prop()
536 struct property *prop, **tbl; in sort_properties()