Lines Matching refs:property

53 struct property *build_property(char *name, struct data val)  in build_property()
55 struct property *new = xmalloc(sizeof(*new)); in build_property()
65 struct property *build_property_delete(char *name) in build_property_delete()
67 struct property *new = xmalloc(sizeof(*new)); in build_property_delete()
77 struct property *chain_property(struct property *first, struct property *list) in chain_property()
85 struct property *reverse_properties(struct property *first) in reverse_properties()
87 struct property *p = first; in reverse_properties()
88 struct property *head = NULL; in reverse_properties()
89 struct property *next; in reverse_properties()
100 struct node *build_node(struct property *proplist, struct node *children) in build_node()
153 struct property *new_prop, *old_prop; in merge_nodes()
237 struct property *p; in add_orphan_node()
270 void add_property(struct node *node, struct property *prop) in add_property()
272 struct property **p; in add_property()
285 struct property *prop = node->proplist; in delete_property_by_name()
296 void delete_property(struct property *prop) in delete_property()
331 struct property *prop; in delete_node()
346 struct property *p; in append_to_property()
425 struct property *get_property(struct node *node, const char *propname) in get_property()
427 struct property *prop; in get_property()
436 cell_t propval_cell(struct property *prop) in propval_cell()
442 cell_t propval_cell_n(struct property *prop, int n) in propval_cell_n()
448 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label()
451 struct property *prop; in get_property_by_label()
475 struct node **node, struct property **prop) in get_marker_label()
478 struct property *p; in get_marker_label()
628 struct property *reg; in guess_boot_cpuid()
699 const struct property *a, *b; in cmp_prop()
701 a = *((const struct property * const *)ax); in cmp_prop()
702 b = *((const struct property * const *)bx); in cmp_prop()
710 struct property *prop, **tbl; in sort_properties()
831 struct property *p; in generate_label_tree_internal()
868 struct property *prop; in any_fixup_tree()
888 struct node *node, struct property *prop, in add_fixup_entry()
913 struct property *prop; in generate_fixups_tree_internal()
933 struct property *prop; in any_local_fixup_tree()
954 struct property *prop, struct marker *m, in add_local_fixup_entry()
994 struct property *prop; in generate_local_fixups_tree_internal()