Searched refs:frontend_path (Results 1 – 1 of 1) sorted by relevance
/xen/tools/libxl/ |
A D | libxl_device.c | 152 char *frontend_path = NULL, *backend_path = NULL, *libxl_path; in libxl__device_generic_add() local 164 frontend_path = libxl__device_frontend_path(gc, device); in libxl__device_generic_add() 190 frontend_path); in libxl__device_generic_add() 201 xs_rm(ctx->xsh, t, frontend_path); in libxl__device_generic_add() 202 xs_mkdir(ctx->xsh, t, frontend_path); in libxl__device_generic_add() 210 xs_set_permissions(ctx->xsh, t, frontend_path, in libxl__device_generic_add() 213 xs_set_permissions(ctx->xsh, t, frontend_path, in libxl__device_generic_add() 215 xs_write(ctx->xsh, t, GCSPRINTF("%s/backend", frontend_path), in libxl__device_generic_add() 218 libxl__xs_writev_perms(gc, t, frontend_path, fents, in libxl__device_generic_add() 221 libxl__xs_writev_perms(gc, t, frontend_path, ro_fents, in libxl__device_generic_add() [all …]
|
Completed in 10 milliseconds