Lines Matching refs:property
39 struct property *build_property(char *name, struct data val, in build_property()
42 struct property *new = xmalloc(sizeof(*new)); in build_property()
53 struct property *build_property_delete(char *name) in build_property_delete()
55 struct property *new = xmalloc(sizeof(*new)); in build_property_delete()
65 struct property *chain_property(struct property *first, struct property *list) in chain_property()
73 struct property *reverse_properties(struct property *first) in reverse_properties()
75 struct property *p = first; in reverse_properties()
76 struct property *head = NULL; in reverse_properties()
77 struct property *next; in reverse_properties()
88 struct node *build_node(struct property *proplist, struct node *children, in build_node()
144 struct property *new_prop, *old_prop; in merge_nodes()
232 struct property *p; in add_orphan_node()
266 void add_property(struct node *node, struct property *prop) in add_property()
268 struct property **p; in add_property()
281 struct property *prop = node->proplist; in delete_property_by_name()
292 void delete_property(struct property *prop) in delete_property()
327 struct property *prop; in delete_node()
343 struct property *p; in append_to_property()
424 struct property *get_property(struct node *node, const char *propname) in get_property()
426 struct property *prop; in get_property()
435 cell_t propval_cell(struct property *prop) in propval_cell()
441 cell_t propval_cell_n(struct property *prop, unsigned int n) in propval_cell_n()
447 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label()
450 struct property *prop; in get_property_by_label()
474 struct node **node, struct property **prop) in get_marker_label()
477 struct property *p; in get_marker_label()
653 struct property *reg; in guess_boot_cpuid()
724 const struct property *a, *b; in cmp_prop()
726 a = *((const struct property * const *)ax); in cmp_prop()
727 b = *((const struct property * const *)bx); in cmp_prop()
735 struct property *prop, **tbl; in sort_properties()
856 struct property *p; in generate_label_tree_internal()
894 struct property *prop; in any_fixup_tree()
914 struct node *node, struct property *prop, in add_fixup_entry()
945 struct property *prop; in generate_fixups_tree_internal()
965 struct property *prop; in any_local_fixup_tree()
986 struct property *prop, struct marker *m, in add_local_fixup_entry()
1026 struct property *prop; in generate_local_fixups_tree_internal()