Searched refs:xs_read_watch (Results 1 – 10 of 10) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenstore/include/ |
A D | xenstore.h | 202 char **xs_read_watch(struct xs_handle *h, unsigned int *num);
|
/xen-4.10.0-shim-comet/tools/xenbackendd/ |
A D | xenbackendd.c | 243 vec = xs_read_watch(xs, &num); in main()
|
/xen-4.10.0-shim-comet/tools/xenpmd/ |
A D | xenpmd.c | 465 xs_read_watch(xs, &count); in wait_for_and_update_battery_status_request()
|
/xen-4.10.0-shim-comet/tools/console/client/ |
A D | main.c | 118 watch_paths = xs_read_watch(xs, &len); in get_pty_fd()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_exec.c | 218 l = xs_read_watch(xsh, &num); in libxl__xenstore_child_wait_deprecated()
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstore_client.c | 284 vec = xs_read_watch(xsh, &num); in do_watch()
|
A D | xs.c | 949 char **xs_read_watch(struct xs_handle *h, unsigned int *num) in xs_read_watch() function
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xs/ |
A D | xs.c | 523 xsval = xs_read_watch(xh, &num); in xspy_read_watch()
|
/xen-4.10.0-shim-comet/tools/xenpaging/ |
A D | xenpaging.c | 105 vec = xs_read_watch(paging->xs_handle, &num); in xenpaging_wait_for_event_or_timeout()
|
/xen-4.10.0-shim-comet/tools/console/daemon/ |
A D | io.c | 1116 vec = xs_read_watch(xs, &num); in handle_xs()
|
Completed in 17 milliseconds