Home
last modified time | relevance | path

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

/xen/xen/include/public/io/
A Dxs_wire.h110 XS_WATCH_TOKEN enumerator
/xen/tools/xenpaging/
A Dxenpaging.c108 DPRINTF("path '%s' token '%s'\n", vec[XS_WATCH_PATH], vec[XS_WATCH_TOKEN]); in xenpaging_wait_for_event_or_timeout()
109 if ( strcmp(vec[XS_WATCH_TOKEN], watch_token) == 0 ) in xenpaging_wait_for_event_or_timeout()
/xen/tools/console/daemon/
A Dio.c1145 if (!strcmp(vec[XS_WATCH_TOKEN], "domlist")) in handle_xs()
1147 else if (sscanf(vec[XS_WATCH_TOKEN], "dom%u", &domid) == 1) { in handle_xs()
/xen/tools/python/xen/lowlevel/xs/
A Dxs.c891 if (sscanf(xsval[XS_WATCH_TOKEN], "%li", (unsigned long *)&token) != 1) { in match_watch_by_token()
/xen/tools/xenstore/
A Dxs.c1023 if (i == XS_WATCH_TOKEN) in xs_unwatch()

Completed in 13 milliseconds