Home
last modified time | relevance | path

Searched refs:bootloader_restrict (Results 1 – 7 of 7) sorted by relevance

/tools/xl/
A Dxl.c60 libxl_defbool bootloader_restrict; variable
258 &bootloader_restrict, 0); in parse_global_config()
A Dxl.h293 extern libxl_defbool bootloader_restrict;
A Dxl_parse.c1744 &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()
/tools/libs/light/
A Dlibxl_bootloader.c130 if (libxl_defbool_val(info->bootloader_restrict)) { in make_bootloader_args()
645 if (libxl_defbool_val(info->bootloader_restrict)) { in bootloader_gotptys()
A Dlibxl_create.c435 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()
A Dlibxl_types.idl634 ("bootloader_restrict", libxl_defbool),
/tools/golang/xenlight/
A Dhelpers.gen.go1123 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