Searched refs:xlu_cfg_get_defbool (Results 1 – 3 of 3) sorted by relevance
/xen/tools/xl/ |
A D | xl_parse.c | 263 xlu_cfg_get_defbool(config, "vnc", &vnc->enable, 0); in parse_top_level_vnc_options() 274 xlu_cfg_get_defbool(config, "sdl", &sdl->enable, 0); in parse_top_level_sdl_options() 275 xlu_cfg_get_defbool(config, "opengl", &sdl->opengl, 0); in parse_top_level_sdl_options() 1307 xlu_cfg_get_defbool(config, "hap", &c_info->hap, 0); in parse_config_data() 1323 xlu_cfg_get_defbool(config, "oos", &c_info->oos, 0); in parse_config_data() 1576 xlu_cfg_get_defbool(config, "acpi", &b_info->acpi, 0); in parse_config_data() 2616 xlu_cfg_get_defbool(config, "spicedisable_ticketing", in parse_config_data() 2620 xlu_cfg_get_defbool(config, "spiceagent_mouse", in parse_config_data() 2622 xlu_cfg_get_defbool(config, "spicevdagent", in parse_config_data() 2687 xlu_cfg_get_defbool(config, "xen_platform_pci", in parse_config_data() [all …]
|
/xen/tools/libxl/ |
A D | libxlutil.h | 68 int xlu_cfg_get_defbool(const XLU_Config*, const char *n, libxl_defbool *b,
|
A D | libxlu_cfg.c | 332 int xlu_cfg_get_defbool(const XLU_Config *cfg, const char *n, libxl_defbool *b, in xlu_cfg_get_defbool() function
|
Completed in 15 milliseconds