Home
last modified time | relevance | path

Searched refs:libxl_defbool_set (Results 1 – 13 of 13) sorted by relevance

/xen-4.10.0-shim-comet/tools/xl/
A Dxl_migrate.c622 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 Dxl_parse.c358 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 Dxl_vmcontrol.c880 libxl_defbool_set(&params.userspace_colo_proxy, in create_domain()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_disk_l.l188 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 Dlibxlu_disk_l.c1441 { 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 Dlibxl.c316 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 Dlibxl_disk.c519 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 Dlibxlu_cfg.c310 libxl_defbool_set(b, !!l); in xlu_cfg_get_defbool()
A Dlibxl.h1181 void libxl_defbool_set(libxl_defbool *db, bool b);
A Dlibxl_create.c1885 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 Dlibxl_dom.c429 libxl_defbool_set(&info->numa_placement, false); in libxl__build_pre()
/xen-4.10.0-shim-comet/docs/man/
A Dxl-numa-placement.pod.7244 libxl_defbool_set(&domain_build_info->numa_placement, false);
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/
A Dxenlight_stubs.c355 libxl_defbool_set(&db, b); in Defbool_val()

Completed in 132 milliseconds