Searched defs:error_text (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.c66 char **error_text) /* Returned error message text */
80 *error_text = NULL; /* Assume no error to report */
105 *error_text = "Error near frame buffer model name";
121 *error_text = "Error near display device manufacturer ID";
133 *error_text = "Error near display device product code";
140 *error_text = "Invalid display device product code";
166 *error_text = "Garbage following video mode name";
228 char *error_text; /* Error message text */ local
266 &error_text) != FBC_SUCCESS) {
268 error_text, mode_comp_pat
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
[all...]

Completed in 61 milliseconds