Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.c128 static inline void xs_node_unref(XsNode *n) in xs_node_unref() function
219 (GDestroyNotify)xs_node_unref); in xs_node_copy()
247 (GDestroyNotify)xs_node_unref); in xs_node_add_child()
340 xs_node_unref(old); in xs_node_add_content()
437 (GDestroyNotify)xs_node_unref); in xs_node_copy_deleted()
461 xs_node_unref(old); in xs_node_rm()
472 xs_node_unref(*n); in xs_node_rm()
563 xs_node_unref(old); in xs_node_set_perms()
705 xs_node_unref(child); in xs_node_walk()
717 xs_node_unref(old); in xs_node_walk()
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-xs-node.c71 xs_node_unref(s->root); in xs_impl_delete()
489 xs_node_unref(old_root); in test_xs_node_simple()