Searched refs:target_path (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_dm.c | 822 target_path, unit, format); in qemu_disk_scsi_drive_string() 841 unit, exportname, target_path, format); in qemu_disk_scsi_drive_string() 887 target_path, unit, format); in qemu_disk_ide_drive_string() 906 unit, exportname, target_path, format); in qemu_disk_ide_drive_string() 1505 const char *target_path = NULL; in libxl__build_device_model_args_new() local 1551 target_path = libxl__device_disk_find_local_path(gc, in libxl__build_device_model_args_new() 1554 if (!target_path) { in libxl__build_device_model_args_new() 1568 if (target_path) in libxl__build_device_model_args_new() 1570 drive, target_path, format); in libxl__build_device_model_args_new() 1592 format, target_path, disks[i].colo_export); in libxl__build_device_model_args_new() [all …]
|
A D | libxl_mem.c | 101 char *target_path = "/local/domain/0/memory/target"; in libxl__fill_dom0_memory_info() local 111 target = libxl__xs_read(gc, t, target_path); in libxl__fill_dom0_memory_info() 122 target_path); in libxl__fill_dom0_memory_info() 150 libxl__xs_printf(gc, t, target_path, "%"PRIu64, info.current_memkb); in libxl__fill_dom0_memory_info()
|
Completed in 7 milliseconds