Home
last modified time | relevance | path

Searched refs:xs_impl_unwatch (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-xs-node.c414 err = xs_impl_unwatch(s, DOMID_GUEST, "some", "guestwatch", in test_xs_node_simple()
418 err = xs_impl_unwatch(s, DOMID_GUEST, "some", "guestwatch", in test_xs_node_simple()
582 err = xs_impl_unwatch(s, DOMID_GUEST, "some", "watch", in do_test_xs_node_tx()
678 err = xs_impl_unwatch(s, DOMID_GUEST, "some", "watch", in test_xs_node_tx_rm()
763 err = xs_impl_unwatch(s, DOMID_GUEST, "some", "watch", in test_xs_node_tx_resurrect()
849 err = xs_impl_unwatch(s, DOMID_GUEST, "some", "watch", in test_xs_node_tx_resurrect2()
/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.h53 int xs_impl_unwatch(XenstoreImplState *s, unsigned int dom_id,
H A Dxen_xenstore.c996 err = xs_impl_unwatch(s->impl, xen_domid, path, token, fire_watch_cb, s); in xs_unwatch()
1679 xs_impl_unwatch(h->impl, DOMID_QEMU, w->path, NULL, xs_be_watch_cb, w); in xs_be_unwatch()
H A Dxenstore_impl.c1248 int xs_impl_unwatch(XenstoreImplState *s, unsigned int dom_id, in xs_impl_unwatch() function