Searched refs:fe_path (Results 1 – 2 of 2) sorted by relevance
83 char fe_path[XENSTORE_ABS_PATH_MAX + 1]; in xen_block_find_free_vdev() local89 snprintf(fe_path, sizeof(fe_path), "/local/domain/%u/device/vbd", in xen_block_find_free_vdev()92 existing_frontends = qemu_xen_xs_directory(xenbus->xsh, XBT_NULL, fe_path, in xen_block_find_free_vdev()112 error_setg_errno(errp, errno, "cannot read %s", fe_path); in xen_block_find_free_vdev()
53 char *fe_path; member