Lines Matching refs:libxl_path
152 char *frontend_path = NULL, *backend_path = NULL, *libxl_path; in libxl__device_generic_add() local
167 libxl_path = libxl__device_libxl_path(gc, device); in libxl__device_generic_add()
185 rc = libxl__xs_rm_checked(gc, t, libxl_path); in libxl__device_generic_add()
189 rc = libxl__xs_write_checked(gc, t, GCSPRINTF("%s/frontend",libxl_path), in libxl__device_generic_add()
193 rc = libxl__xs_write_checked(gc, t, GCSPRINTF("%s/backend",libxl_path), in libxl__device_generic_add()
259 rc = libxl__xs_writev(gc, t, libxl_path, bents); in libxl__device_generic_add()
733 const char *libxl_path = libxl__device_libxl_path(gc, dev); in libxl__device_destroy() local
758 libxl__xs_path_cleanup(gc, t, libxl_path); in libxl__device_destroy()
2013 char *libxl_path; in libxl__device_list() local
2021 libxl_path = GCSPRINTF("%s/device/%s", in libxl__device_list()
2025 dir = libxl__xs_directory(gc, XBT_NULL, libxl_path, &ndirs); in libxl__device_list()
2030 LOGD(ERROR, domid, "multiple entries in %s\n", libxl_path); in libxl__device_list()
2034 rc = dt->get_num(gc, GCSPRINTF("%s/%s", libxl_path, *dir), &ndevs); in libxl__device_list()
2047 char *device_libxl_path = GCSPRINTF("%s/%s", libxl_path, *dir); in libxl__device_list()