Searched refs:vfio_path (Results 1 – 1 of 1) sorted by relevance
182 g_autofree char *vfio_path = NULL; in iommufd_cdev_getfd() local 220 vfio_path = g_strdup_printf("/dev/vfio/devices/%s", dent->d_name); in iommufd_cdev_getfd() 221 ret = open_cdev(vfio_path, vfio_devt); in iommufd_cdev_getfd() 223 error_setg(errp, "Failed to open %s", vfio_path); in iommufd_cdev_getfd() 226 trace_iommufd_cdev_getfd(vfio_path, ret); in iommufd_cdev_getfd()