Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-xs-node.c327 err = xs_impl_watch(s, DOMID_GUEST, "some", "guestwatch", in test_xs_node_simple()
334 err = xs_impl_watch(s, 0, "/local/domain/1/some", "qemuwatch", in test_xs_node_simple()
422 err = xs_impl_watch(s, DOMID_GUEST, "some/relative/path2", "watchp2", in test_xs_node_simple()
429 err = xs_impl_watch(s, DOMID_GUEST, "/local/domain/1/some/relative", in test_xs_node_simple()
505 err = xs_impl_watch(s, DOMID_GUEST, "some", "watch", in do_test_xs_node_tx()
629 err = xs_impl_watch(s, DOMID_GUEST, "some", "watch", in test_xs_node_tx_rm()
714 err = xs_impl_watch(s, DOMID_GUEST, "some", "watch", in test_xs_node_tx_resurrect()
799 err = xs_impl_watch(s, DOMID_GUEST, "some", "watch", in test_xs_node_tx_resurrect2()
/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.h51 int xs_impl_watch(XenstoreImplState *s, unsigned int dom_id, const char *path,
H A Dxen_xenstore.c953 err = xs_impl_watch(s->impl, xen_domid, path, token, fire_watch_cb, s); in xs_watch()
1665 err = xs_impl_watch(h->impl, DOMID_QEMU, path, NULL, xs_be_watch_cb, w); in xs_be_watch()
H A Dxenstore_impl.c1220 int xs_impl_watch(XenstoreImplState *s, unsigned int dom_id, const char *path, in xs_impl_watch() function