Searched refs:libxl_defbool_set (Results 1 – 13 of 13) sorted by relevance
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_migrate.c | 622 libxl_defbool_set(&r_info.allow_unsafe, true); in main_remus() 625 libxl_defbool_set(&r_info.blackhole, true); in main_remus() 628 libxl_defbool_set(&r_info.compression, false); in main_remus() 631 libxl_defbool_set(&r_info.netbuf, false); in main_remus() 637 libxl_defbool_set(&r_info.diskbuf, false); in main_remus() 646 libxl_defbool_set(&r_info.colo, true); in main_remus() 649 libxl_defbool_set(&r_info.userspace_colo_proxy, true); in main_remus() 680 libxl_defbool_set(&r_info.compression, false); in main_remus()
|
A D | xl_parse.c | 358 libxl_defbool_set(&b_info->numa_placement, false); in parse_vcpu_affinity() 381 libxl_defbool_set(&b_info->numa_placement, false); in parse_vcpu_affinity() 665 libxl_defbool_set(&b_info->numa_placement, false); in parse_vnuma_config() 1061 libxl_defbool_set(&b_info->claim_mode, claim_mode); in parse_config_data() 1267 libxl_defbool_set(&b_info->u.hvm.viridian, true); in parse_config_data() 1834 libxl_defbool_set(&vfb->vnc.enable, atoi(p2 + 1)); in parse_config_data() 1849 libxl_defbool_set(&vfb->sdl.enable, atoi(p2 + 1)); in parse_config_data() 1851 libxl_defbool_set(&vfb->sdl.opengl, atoi(p2 + 1)); in parse_config_data() 1919 libxl_defbool_set(&b_info->u.pv.e820_host, true); in parse_config_data() 2215 libxl_defbool_set(&b_info->u.hvm.gfx_passthru, l); in parse_config_data() [all …]
|
A D | xl_vmcontrol.c | 880 libxl_defbool_set(¶ms.userspace_colo_proxy, in create_domain()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxlu_disk_l.l | 188 discard,? { libxl_defbool_set(&DPC->disk->discard_enable, true); } 189 no-discard,? { libxl_defbool_set(&DPC->disk->discard_enable, false); } 192 colo,? { libxl_defbool_set(&DPC->disk->colo_enable, true); } 193 no-colo,? { libxl_defbool_set(&DPC->disk->colo_enable, false); }
|
A D | libxlu_disk_l.c | 1441 { libxl_defbool_set(&DPC->disk->discard_enable, true); } 1446 { libxl_defbool_set(&DPC->disk->discard_enable, false); } 1453 { libxl_defbool_set(&DPC->disk->colo_enable, true); } 1458 { libxl_defbool_set(&DPC->disk->colo_enable, false); }
|
A D | libxl.c | 316 void libxl_defbool_set(libxl_defbool *db, bool b) in libxl_defbool_set() function 334 libxl_defbool_set(db, b); in libxl_defbool_setdefault()
|
A D | libxl_disk.c | 519 libxl_defbool_set(&disk->colo_enable, true); in libxl__disk_from_xenstore() 544 libxl_defbool_set(&disk->colo_enable, false); in libxl__disk_from_xenstore()
|
A D | libxlu_cfg.c | 310 libxl_defbool_set(b, !!l); in xlu_cfg_get_defbool()
|
A D | libxl.h | 1181 void libxl_defbool_set(libxl_defbool *db, bool b);
|
A D | libxl_create.c | 1885 libxl_defbool_set(&d_config->disks[i].colo_restore_enable, true); in set_disk_colo_restore() 1893 libxl_defbool_set(&d_config->disks[i].colo_restore_enable, false); in unset_disk_colo_restore()
|
A D | libxl_dom.c | 429 libxl_defbool_set(&info->numa_placement, false); in libxl__build_pre()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl-numa-placement.pod.7 | 244 libxl_defbool_set(&domain_build_info->numa_placement, false);
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 355 libxl_defbool_set(&db, b); in Defbool_val()
|
Completed in 132 milliseconds