Lines Matching refs:target_path
771 static char *qemu_disk_scsi_drive_string(libxl__gc *gc, const char *target_path, in qemu_disk_scsi_drive_string() argument
788 target_path, id, format, common); in qemu_disk_scsi_drive_string()
798 common, id, target_path, format); in qemu_disk_scsi_drive_string()
822 static char *qemu_disk_ide_drive_string(libxl__gc *gc, const char *target_path, in qemu_disk_ide_drive_string() argument
838 target_path, unit, format); in qemu_disk_ide_drive_string()
857 unit, exportname, target_path, format); in qemu_disk_ide_drive_string()
1626 const char *target_path = NULL; in libxl__build_device_model_args_new() local
1661 target_path = GCSPRINTF("/dev/xvd%c", 'a' + disk); in libxl__build_device_model_args_new()
1671 target_path = libxl__device_disk_find_local_path(gc, in libxl__build_device_model_args_new()
1674 if (!target_path) { in libxl__build_device_model_args_new()
1695 if (target_path) in libxl__build_device_model_args_new()
1697 drive, target_path, format); in libxl__build_device_model_args_new()
1729 format, target_path, disks[i].colo_export, in libxl__build_device_model_args_new()
1735 drive = qemu_disk_scsi_drive_string(gc, target_path, disk, in libxl__build_device_model_args_new()
1754 target_path, disk, format), in libxl__build_device_model_args_new()
1767 format, target_path, disks[i].colo_export); in libxl__build_device_model_args_new()
1772 drive = qemu_disk_ide_drive_string(gc, target_path, disk, in libxl__build_device_model_args_new()