Searched refs:get_bool_option (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_option_helpers.h | 13 int get_bool_option(OptionInfoPtr options, int token,
|
| H A D | spiceqxl_spice_server.c | 128 get_bool_option(options, OPTION_SPICE_DISABLE_TICKETING, "XSPICE_DISABLE_TICKETING"); 131 int sasl = get_bool_option(options, OPTION_SPICE_SASL, "XSPICE_SASL"); 153 get_bool_option(options, OPTION_SPICE_IPV4_ONLY, "XSPICE_IPV4_ONLY"); 155 get_bool_option(options, OPTION_SPICE_IPV6_ONLY, "XSPICE_IPV6_ONLY"); 159 get_bool_option(options, OPTION_SPICE_DISABLE_COPY_PASTE, 162 get_bool_option(options, OPTION_SPICE_EXIT_ON_DISCONNECT, 180 get_bool_option(options, OPTION_SPICE_AGENT_MOUSE, 183 get_bool_option(options, OPTION_SPICE_PLAYBACK_COMPRESSION,
|
| H A D | qxl_option_helpers.c | 32 int get_bool_option(OptionInfoPtr options, int token, function in typeref:typename:int
|
| H A D | spiceqxl_uinput.c | 107 enabled = get_bool_option(qxl->options, OPTION_SPICE_VDAGENT_ENABLED, "XSPICE_VDAGENT_ENABLED");
|
| H A D | spiceqxl_vdagent.c | 147 enabled = get_bool_option(qxl->options, OPTION_SPICE_VDAGENT_ENABLED, "XSPICE_VDAGENT_ENABLED");
|
| H A D | qxl_driver.c | 999 get_bool_option (qxl->options, OPTION_ENABLE_IMAGE_CACHE, "QXL_ENABLE_IMAGE_CACHE"); 1001 get_bool_option (qxl->options, OPTION_ENABLE_FALLBACK_CACHE, "QXL_ENABLE_FALLBACK_CACHE"); 1003 get_bool_option (qxl->options, OPTION_ENABLE_SURFACES, "QXL_ENABLE_SURFACES"); 1005 get_bool_option (qxl->options, OPTION_DEBUG_RENDER_FALLBACKS, "QXL_DEBUG_RENDER_FALLBACKS");
|
Completed in 5 milliseconds