HomeSort by: relevance | last modified time | path
    Searched refs:get_int_option (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xf86-video-qxl/dist/src/
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");
qxl_option_helpers.h 7 int get_int_option(OptionInfoPtr options, int token,
qxl_option_helpers.c 13 int get_int_option(OptionInfoPtr options, int token, function
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");
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 34 milliseconds