Searched refs:fire_watch_cb (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_xenstore.c | 81 static void fire_watch_cb(void *opaque, const char *path, const char *token); 234 ret = xs_impl_deserialize(s->impl, save, xen_domid, fire_watch_cb, s); in xen_xenstore_post_load() 953 err = xs_impl_watch(s->impl, xen_domid, path, token, fire_watch_cb, s); in xs_watch() 996 err = xs_impl_unwatch(s->impl, xen_domid, path, token, fire_watch_cb, s); in xs_unwatch() 1340 static void fire_watch_cb(void *opaque, const char *path, const char *token) in fire_watch_cb() function
|