Lines Matching refs:sdl
270 libxl_sdl_info *sdl) in parse_top_level_sdl_options() argument
272 xlu_cfg_get_defbool(config, "sdl", &sdl->enable, 0); in parse_top_level_sdl_options()
273 xlu_cfg_get_defbool(config, "opengl", &sdl->opengl, 0); in parse_top_level_sdl_options()
274 xlu_cfg_replace_string (config, "display", &sdl->display, 0); in parse_top_level_sdl_options()
275 xlu_cfg_replace_string (config, "xauthority", &sdl->xauthority, 0); in parse_top_level_sdl_options()
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()
1853 free(vfb->sdl.display); in parse_config_data()
1854 vfb->sdl.display = strdup(p2 + 1); in parse_config_data()
1856 free(vfb->sdl.xauthority); in parse_config_data()
1857 vfb->sdl.xauthority = strdup(p2 + 1); in parse_config_data()
2154 parse_top_level_sdl_options(config, &vfb->sdl); in parse_config_data()
2159 parse_top_level_sdl_options(config, &b_info->u.hvm.sdl); in parse_config_data()