Searched refs:target_path (Results 1 – 2 of 2) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_mem.c | 109 char *target_path = "/local/domain/0/memory/target"; in libxl__fill_dom0_memory_info() local 119 target = libxl__xs_read(gc, t, target_path); in libxl__fill_dom0_memory_info() 130 target_path); in libxl__fill_dom0_memory_info() 158 libxl__xs_printf(gc, t, target_path, "%"PRIu64, info.current_memkb); in libxl__fill_dom0_memory_info()
|
| A D | libxl_dm.c | 788 target_path, id, format, common); in qemu_disk_scsi_drive_string() 798 common, id, target_path, format); in qemu_disk_scsi_drive_string() 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() [all …]
|
Completed in 10 milliseconds