Searched defs:mode_comp_stream (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_res_compatible.c222 FILE *mode_comp_stream) /* Vid mode compatibility stream */
247 if (fgets(line_buf, MAX_LINE_LEN, mode_comp_stream) == NULL) {
248 if (feof(mode_comp_stream) == 0) {
398 FILE *mode_comp_stream; /* Mode compatibility stream */ local
412 mode_comp_stream = fopen(mode_comp_path, "r");
413 if (mode_comp_stream == NULL) {
431 mode_comp_stream);
436 fclose(mode_comp_stream);
215 fbc_res_comp_lookup( fbc_dev_t *device, char *gfx_model_name, fbc_edid_res_t edid_res_info[], const char *res_mode_name, fbc_mode_elem_t *res_mode_list, const char *const mode_comp_path, FILE *mode_comp_stream) argument

Completed in 74 milliseconds