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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_query_device.h46 * Note that the length, 4, for manufacturer_id[] is hard-wired by
50 char manufacturer_id[4]; /* ID Manufacturer */ member in struct:__anon40
H A Dfbc_res_compatible.c62 char **manufacturer_id, /* Returned display manufacturer */
76 *manufacturer_id = NULL;
118 *manufacturer_id = line_ptr;
224 char *manufacturer_id; /* Display Mfg ID in line_buf[] */ local
262 &manufacturer_id,
291 if (((strcmp(manufacturer_id, "*") == 0) ||
292 (strcasecmp(manufacturer_id,
294 .manufacturer_id)
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 10 milliseconds