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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_Monitor.c163 * Note that the Monitor section identifier string, mon_identifier,
172 char *mon_identifier, /* Monitor section identifier */
181 xf86conffree(mon_identifier);
184 (*monitor_ptr)->mon_identifier = mon_identifier;
247 char *mon_identifier; /* Monitor section identifier */ local
258 mon_identifier = xf86confmalloc(strlen(mon_ident_tmpl)
262 if (mon_identifier == NULL) {
276 sprintf(mon_identifier, ident_format, mon_ident_tmpl, i);
285 if (xf86nameCompare(mon_identifier,
169 fbc_insert_new_Monitor_section( XF86ConfigPtr configIR, fbc_line_elem_t *next_line_er, char *mon_identifier, XF86ConfMonitorPtr *monitor_ptr) argument
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dxf86Parser.h238 char *mon_identifier; member in struct:__anon69

Completed in 1939 milliseconds