Searched refs:get_int_option (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_util.c36 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 Dqxl_option_helpers.h7 int get_int_option(OptionInfoPtr options, int token,
H A Dqxl_option_helpers.c13 int get_int_option(OptionInfoPtr options, int token, function in typeref:typename:int
H A Dspiceqxl_spice_server.c122 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 Dqxl_driver.c1007 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