Lines Matching full:watch
57 /* Register callback to watch subtree (node) in the XenStore. */
68 /* Callback client data untouched by the XenStore watch mechanism. */
71 /* Maximum number of pending watch events to be delivered. */
327 * Register a XenStore watch.
330 * within the watch object) of changes to an object in the XenStore.
332 * \param watch An xs_watch struct with it's node and callback fields
338 * xenbus_watch objects, to watch the same path in the XenStore.
340 int xs_register_watch(struct xs_watch *watch);
343 * Unregister a XenStore watch.
345 * \param watch An xs_watch object previously used in a successful call
350 * watch object and the data pointed to by watch->node.
352 void xs_unregister_watch(struct xs_watch *watch);