Home
last modified time | relevance | path

Searched refs:xspath (Results 1 – 4 of 4) sorted by relevance

/xen/tools/console/daemon/
A Dio.c100 char *xspath; member
693 err = xs_gather(xs, con->xspath, in console_create_ring()
820 char *xsname, *xspath; in console_init() local
844 s = realloc(xspath, strlen(xspath) + in console_init()
847 xspath = s; in console_init()
848 strcat(xspath, xsname); in console_init()
849 con->xspath = xspath; in console_init()
860 if (con->xspath) in console_free()
861 free(con->xspath); in console_free()
931 free(con->xspath); in console_cleanup()
[all …]
/xen/tools/libxl/
A Dlibxl_exec.c289 ss->xswait.path = ss->xspath; in libxl__spawn_spawn()
A Dlibxl_dm.c2574 sdss->qmp_proxy_spawn.xspath = DEVICE_MODEL_XS_PATH(gc, LIBXL_TOOLSTACK_DOMID, in spawn_qmp_proxy()
2585 args[nr++] = GCSPRINTF("--state-path=%s", sdss->qmp_proxy_spawn.xspath); in spawn_qmp_proxy()
2956 spawn->xspath = DEVICE_MODEL_XS_PATH(gc, LIBXL_TOOLSTACK_DOMID, domid, in libxl__spawn_local_dm()
3377 dmss->spawn.xspath = GCSPRINTF("device-model/%u/state", domid); in libxl__spawn_qdisk_backend()
A Dlibxl_internal.h1881 const char *xspath; member

Completed in 24 milliseconds