Searched refs:bootloader_restrict (Results 1 – 7 of 7) sorted by relevance
60 libxl_defbool bootloader_restrict; variable258 &bootloader_restrict, 0); in parse_global_config()
293 extern libxl_defbool bootloader_restrict;
1744 &b_info->bootloader_restrict, 0); in parse_config_data()1745 if (!libxl_defbool_is_default(bootloader_restrict)) in parse_config_data()1746 libxl_defbool_setdefault(&b_info->bootloader_restrict, in parse_config_data()1747 libxl_defbool_val(bootloader_restrict)); in parse_config_data()
130 if (libxl_defbool_val(info->bootloader_restrict)) { in make_bootloader_args()645 if (libxl_defbool_val(info->bootloader_restrict)) { in bootloader_gotptys()
435 libxl_defbool_setdefault(&b_info->bootloader_restrict, in libxl__domain_build_info_setdefault()440 libxl_defbool_set(&b_info->bootloader_restrict, true); in libxl__domain_build_info_setdefault()
634 ("bootloader_restrict", libxl_defbool),
1123 if err := x.BootloaderRestrict.fromC(&xc.bootloader_restrict);err != nil {1500 if err := x.BootloaderRestrict.toC(&xc.bootloader_restrict); err != nil {
Completed in 34 milliseconds