Lines Matching defs:path
336 virtio_user_scsi_dev_create(const char *name, const char *path,
346 SPDK_ERRLOG("calloc failed for virtio device %s: %s\n", name, path);
351 rc = virtio_user_dev_init(vdev, name, path, queue_size);
353 SPDK_ERRLOG("Failed to create virito device %s: %s\n", name, path);
1789 bdev_virtio_user_scsi_dev_create(const char *base_name, const char *path,
1796 svdev = virtio_user_scsi_dev_create(base_name, path, num_queues, queue_size);
1810 bdev_vfio_user_scsi_dev_create(const char *base_name, const char *path,
1819 SPDK_ERRLOG("calloc failed for virtio device %s: %s\n", base_name, path);
1823 rc = virtio_vfio_user_dev_init(&svdev->vdev, base_name, path);
1825 SPDK_ERRLOG("Failed to create %s as virtio device\n", path);