Searched refs:fb_model_name (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.c61 char **fb_model_name, /* Returned frame buffer model name */
75 *fb_model_name = NULL; /* Assume the line is empty */
102 *fb_model_name = line_ptr;
188 * <entry> =:: <fb_model_name><sp><display><sp><video_mode_name>
229 char *fb_model_name; /* Frame buffer model in line_buf[] */ local
261 &fb_model_name,
275 if (fb_model_name == NULL) {
278 if (strcasecmp(fb_model_name, gfx_model_name) != 0) {
59 fbc_res_comp_parse( char *line_buf, char **fb_model_name, char **manufacturer_id, char **product_field, uint16_t *product_code, char **video_mode, char **error_text) argument

Completed in 13 milliseconds