Home
last modified time | relevance | path

Searched refs:backend_path (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_device.c120 char *frontend_path = NULL, *backend_path = NULL, *libxl_path; in libxl__device_generic_add() local
133 backend_path = libxl__device_backend_path(gc, device); in libxl__device_generic_add()
162 backend_path); in libxl__device_generic_add()
184 backend_path, strlen(backend_path)); in libxl__device_generic_add()
195 xs_rm(ctx->xsh, t, backend_path); in libxl__device_generic_add()
196 xs_mkdir(ctx->xsh, t, backend_path); in libxl__device_generic_add()
197 xs_set_permissions(ctx->xsh, t, backend_path, backend_perms, in libxl__device_generic_add()
199 xs_write(ctx->xsh, t, GCSPRINTF("%s/frontend", backend_path), in libxl__device_generic_add()
201 libxl__xs_writev(gc, t, backend_path, bents); in libxl__device_generic_add()
A Dlibxl_disk.c483 const char *backend_path; in libxl__disk_from_xenstore() local
486 &backend_path); in libxl__disk_from_xenstore()
489 if (!backend_path) { in libxl__disk_from_xenstore()
495 rc = libxl__backendpath_parse_domid(gc, backend_path, &disk->backend_domid); in libxl__disk_from_xenstore()
497 LOG(ERROR, "Unable to fetch device backend domid from %s", backend_path); in libxl__disk_from_xenstore()
/xen-4.10.0-shim-comet/tools/blktap2/include/
A Dblktaplib.h121 char *backend_path; member

Completed in 9 milliseconds