Searched refs:get_int_option (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | spiceqxl_util.c | 36 uid = get_int_option(qxl->options, OPTION_SPICE_VDAGENT_UID, "XSPICE_VDAGENT_UID"); 37 gid = get_int_option(qxl->options, OPTION_SPICE_VDAGENT_GID, "XSPICE_VDAGENT_GID");
|
| H A D | qxl_option_helpers.h | 7 int get_int_option(OptionInfoPtr options, int token,
|
| H A D | qxl_option_helpers.c | 13 int get_int_option(OptionInfoPtr options, int token, function in typeref:typename:int
|
| H A D | spiceqxl_spice_server.c | 122 int port = get_int_option(options, OPTION_SPICE_PORT, "XSPICE_PORT"); 124 get_int_option(options, OPTION_SPICE_TLS_PORT, "XSPICE_TLS_PORT");
|
| H A D | qxl_driver.c | 1007 get_int_option (qxl->options, OPTION_NUM_HEADS, "QXL_NUM_HEADS"); 1013 qxl->deferred_fps = get_int_option(qxl->options, OPTION_SPICE_DEFERRED_FPS, "XSPICE_DEFERRED_FPS"); 1106 get_int_option (qxl->options, OPTION_FRAME_BUFFER_SIZE, "QXL_FRAME_BUFFER_SIZE") << 20L; 1108 get_int_option (qxl->options, OPTION_SURFACE_BUFFER_SIZE, "QXL_SURFACE_BUFFER_SIZE") << 20L; 1110 get_int_option (qxl->options, OPTION_COMMAND_BUFFER_SIZE, "QXL_COMMAND_BUFFER_SIZE") << 20L;
|
Completed in 5 milliseconds