HomeSort by: relevance | last modified time | path
    Searched refs:xenbus_watch (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/xen/include/
xenbus.h 58 struct xenbus_watch { struct
59 SLIST_ENTRY(xenbus_watch) watch_next;
66 void (*xbw_callback)(struct xenbus_watch *,
100 struct xenbus_watch xbusd_otherend_watch;
152 int register_xenbus_watch(struct xenbus_watch *watch);
153 void unregister_xenbus_watch(struct xenbus_watch *watch);
177 * Register a watch on the given path/path2, using the given xenbus_watch
186 const char *path2, struct xenbus_watch *watch,
187 void (*callback)(struct xenbus_watch *,
191 void xenbus_unwatch_path(struct xenbus_watch *);
    [all...]
  /src/sys/arch/xen/xen/
shutdown_xenbus.c 85 xenbus_shutdown_handler(struct xenbus_watch *watch, const char **vec,
139 static struct xenbus_watch xenbus_shutdown_watch = {
balloon.c 161 static void balloon_xenbus_watcher(struct xenbus_watch *, const char **,
170 static struct xenbus_watch balloon_xenbus_watch = {
621 balloon_xenbus_watcher(struct xenbus_watch *watch, const char **vec,
xbdback_xenbus.c 188 struct xenbus_watch xbdi_watch; /* to watch our store */
260 static void xbdback_backend_changed(struct xenbus_watch *,
723 xbdback_backend_changed(struct xenbus_watch *watch,
  /src/sys/arch/xen/xenbus/
xenbus_xs.c 71 struct xenbus_watch *handle;
91 static SLIST_HEAD(, xenbus_watch) watches;
584 static struct xenbus_watch *
587 struct xenbus_watch *i, *cmp;
601 register_xenbus_watch(struct xenbus_watch *watch)
619 SLIST_REMOVE(&watches, watch, xenbus_watch, watch_next);
626 unregister_xenbus_watch(struct xenbus_watch *watch)
637 SLIST_REMOVE(&watches, watch, xenbus_watch, watch_next);
675 struct xenbus_watch *watch;
xenbus_client.c 55 const char *path2, struct xenbus_watch *watch,
56 void (*callback)(struct xenbus_watch *,
86 xenbus_unwatch_path(struct xenbus_watch *watch)
xenbus_probe.c 242 otherend_changed(struct xenbus_watch *watch,
604 frontend_changed(struct xenbus_watch *watch,
612 backend_changed(struct xenbus_watch *watch,
621 static struct xenbus_watch fe_watch;
623 static struct xenbus_watch be_watch;

Completed in 15 milliseconds