Home
last modified time | relevance | path

Searched refs:XsNode (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.c32 typedef struct XsNode { struct
44 } XsNode; argument
56 XsNode *root;
64 XsNode *root;
106 static inline XsNode *xs_node_new(void) in xs_node_new()
108 XsNode *n = g_new0(XsNode, 1); in xs_node_new()
118 static inline XsNode *xs_node_ref(XsNode *n) in xs_node_ref()
128 static inline void xs_node_unref(XsNode *n) in xs_node_unref()
183 static XsNode *xs_node_create(const char *name, GList *perms) in xs_node_create()
185 XsNode *n = xs_node_new(); in xs_node_create()
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-xs-node.c33 static void dump_ref(const char *name, XsNode *n, int indent) in dump_ref()
81 XsNode *n = l->data; in xs_impl_delete()
91 XsNode *parent_2;
131 static void compare_nodes(struct compare_walk *cw, XsNode *n1, XsNode *n2) in compare_nodes()
153 XsNode *oldparent = cw->parent_2; in compare_nodes()
165 XsNode *child1 = val; in compare_child()
166 XsNode *child2 = g_hash_table_lookup(cw->parent_2->children, childname); in compare_child()
182 static bool compare_trees(XsNode *n1, XsNode *n2) in compare_trees()
321 XsNode *old_root; in test_xs_node_simple()