Searched refs:id_string (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dresolutions.h34 const char *id_string; /* e.g. "SUNW_STD_1280x1024x60" */ member in struct:__anon45
H A Dfbc_res.c660 for (vs = &SunVideoTable[0]; vs->id_string != NULL; vs += 1) {
661 if (fbc_resname_cmp(vs->id_string, video_mode->name) == 0) {
663 video_mode->name = vs->id_string;
H A Dsun_edid.c907 * includes a dynamically allocated name string (id_string). Return
1435 for (ptr = &SunVideoTable[0]; ptr->id_string != NULL; ptr += 1) {
1439 return (ptr->id_string);
1682 for (ptr = &SunVideoTable[0]; ptr->id_string != NULL; ptr += 1) {
1697 return (ptr->id_string);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/include/
H A Dgfx_res_util.h43 char *id_string; member in struct:sun_video_timing
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/
H A Dgfx_res_util.c172 vidtiming->id_string = strdup(timingname);
411 vidtiming->id_string = strdup("FALLBACK_1152x900x66");
421 vidtiming->id_string = strdup("FALLBACK_1152x900x66");

Completed in 18 milliseconds