Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.c46 typedef struct XsWatch { struct
47 struct XsWatch *next; argument
53 } XsWatch; argument
296 XsWatch *w; in fire_watches()
594 XsWatch *watch; in xs_node_walk()
970 XsWatch *watch; in tx_commit_walk()
1177 XsWatch *w, *l; in do_xs_impl_watch()
1199 w = g_new0(XsWatch, 1); in do_xs_impl_watch()
1233 static XsWatch *free_watch(XenstoreImplState *s, XsWatch *w) in free_watch()
1235 XsWatch *next = w->next; in free_watch()
[all …]