Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/store/modules/Operations/
H A DControlStore.js16 unwatch();
18 const unwatch = this.watch(
23 unwatch();
/openbmc/qemu/include/hw/xen/
H A Dxen_backend_ops.h286 void (*unwatch)(struct qemu_xs_handle *h, struct qemu_xs_watch *w); member
386 xen_xenstore_ops->unwatch(h, w); in qemu_xen_xs_unwatch()
/openbmc/qemu/hw/xen/
H A Dxen-operations.c402 .unwatch = libxenstore_unwatch,
/openbmc/qemu/hw/i386/kvm/
H A Dxen_xenstore.c1748 .unwatch = xs_be_unwatch,