Home
last modified time | relevance | path

Searched refs:qemu_xen_xs_watch (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/xen/
H A Dxen-bus-helper.c157 w = qemu_xen_xs_watch(h, path, fn, opaque); in xs_node_watch()
H A Dxen-legacy-backend.c329 xendev->watch = qemu_xen_xs_watch(xenstore, xendev->fe, xenstore_update_fe, in xen_be_try_setup()
573 if (!qemu_xen_xs_watch(xenstore, path, xenstore_update_be, be)) { in xenstore_scan()
/qemu/include/hw/xen/
H A Dxen_backend_ops.h369 static inline struct qemu_xs_watch *qemu_xen_xs_watch(struct qemu_xs_handle *h, in qemu_xen_xs_watch() function