Searched defs:xenbus_watch (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/sys/
H A Dxenbus_impl.h72 struct xenbus_watch;
73 typedef void (*xenbus_watch_cb_t)(struct xenbus_watch *,
75 struct xenbus_watch { struct
98 struct xenbus_watch otherend_watch;
111 struct xenbus_watch xxw_watch;
147 extern int register_xenbus_watch(struct xenbus_watch *watch);
148 extern void unregister_xenbus_watch(struct xenbus_watch *watch);
158 * Register a watch on the given path, using the given xenbus_watch structure
166 struct xenbus_watch *watch,
167 void (*callback)(struct xenbus_watch *,
[all...]

Completed in 58 milliseconds