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 D | fbc_Monitor.c | 163 * 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 D | xf86Parser.h | 238 char *mon_identifier; member in struct:__anon69
|
Completed in 1939 milliseconds