Searched refs:ml_identifier (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_Modes.c188 if (xf86nameCompare(mode, ptr->ml_identifier) == 0) {
191 TestFree (ptr->ml_identifier);
H A Dfbc_mode_list.c118 name_comp = xf86nameCompare(new_mode_ptr->ml_identifier,
119 mode_ptr->ml_identifier);
H A Dfbc_res_compatible.c322 if ((mode_elem->mode_ptr->ml_identifier
326 ml_identifier) == 0)) {
H A Dfbc_res.c459 mode_elem->mode_ptr->ml_identifier,
645 full_resname = mode_elem->mode_ptr->ml_identifier;
H A Dsun_edid.c1472 return (mode_ptr->ml_identifier);
1757 (dt__stereo || !fbc_resname_stereo(mode_ptr->ml_identifier)) &&
1759 !fbc_resname_digital(mode_ptr->ml_identifier))) {
1760 return (mode_ptr->ml_identifier);
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DMonitor.c161 ptr->ml_identifier = val.str;
302 ptr->ml_identifier = val.str;
1098 fprintf(cf, "\"%s\"\n", mlptr->ml_identifier);
1133 mlptr->ml_identifier, mlptr->ml_clock / 1000.0);
1306 TestFree (ptr->ml_identifier);
1360 if (xf86nameCompare (ident, p->ml_identifier) == 0)
H A Dxf86Parser.h136 char *ml_identifier; /* Mode name */ member in struct:__anon62

Completed in 35 milliseconds