Searched defs:product_field (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_res_compatible.c | 63 char **product_field, /* Returned display product code */ 77 *product_field = NULL; 130 *product_field = line_ptr; 132 if ((line_ptr == *product_field) || (*line_ptr == '\0')) { 137 if (strcmp(*product_field, "*") != 0) { 138 *product_code = strtoul(*product_field, &end_ptr, 0); 226 char *product_field; /* Disp dev prod code in line_buf[] */ local 263 &product_field, 296 ((strcmp(product_field, "*") == 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 164 milliseconds