Lines Matching refs:libxl_path
120 char *frontend_path = NULL, *backend_path = NULL, *libxl_path; in libxl__device_generic_add() local
135 libxl_path = libxl__device_libxl_path(gc, device); in libxl__device_generic_add()
153 rc = libxl__xs_rm_checked(gc, t, libxl_path); in libxl__device_generic_add()
157 rc = libxl__xs_write_checked(gc, t, GCSPRINTF("%s/frontend",libxl_path), in libxl__device_generic_add()
161 rc = libxl__xs_write_checked(gc, t, GCSPRINTF("%s/backend",libxl_path), in libxl__device_generic_add()
227 rc = libxl__xs_writev(gc, t, libxl_path, bents); in libxl__device_generic_add()
703 const char *libxl_path = libxl__device_libxl_path(gc, dev); in libxl__device_destroy() local
737 libxl__xs_path_cleanup(gc, t, libxl_path); in libxl__device_destroy()
2002 char *libxl_path; in libxl__device_list() local
2009 libxl_path = GCSPRINTF("%s/device/%s", in libxl__device_list()
2012 dir = libxl__xs_directory(gc, XBT_NULL, libxl_path, &ndirs); in libxl__device_list()
2023 char *device_libxl_path = GCSPRINTF("%s/%s", libxl_path, *dir); in libxl__device_list()