Searched refs:dev_identifier (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_Device.c | 192 * Note that the Device section identifier string, dev_identifier, 201 char *dev_identifier, /* Device section identifier */ 212 * The dev_identifier string has been allocated already. 219 (*device_ptr)->dev_identifier = dev_identifier; 330 char *dev_identifier; /* Device section identifier */ local 346 dev_identifier = xf86confmalloc(strlen(device->name) 350 if (dev_identifier == NULL) { 364 sprintf(dev_identifier, format, device->name, i); 373 if (xf86nameCompare(dev_identifier, 198 fbc_insert_new_Device_section( XF86ConfigPtr configIR, fbc_line_elem_t *next_line_er, char *dev_identifier, const char *dev_driver, const char *dev_vendor, const char *dev_board, const char *device_path, XF86ConfDevicePtr *device_ptr) argument [all...] |
H A D | fbc_edit_config.c | 126 fbvar->active.device_sectn->dev_identifier); 143 fbvar->active.device_sectn->dev_identifier, 148 fbvar->active.device_sectn->dev_identifier);
|
H A D | fbc_propt.c | 108 name = fbvar->active.device_sectn->dev_identifier;
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | Device.c | 141 ptr->dev_identifier = val.str; 326 fprintf(cf, "\"%s\"\n", ptr->dev_identifier); 400 if (ptr->dev_identifier != NULL) { 470 TestFree (ptr->dev_identifier); 501 xf86validationError (UNDEFINED_DRIVER_MSG, device->dev_identifier); 514 if (xf86nameCompare (ident, p->dev_identifier) == 0)
|
H A D | xf86Parser.h | 271 char *dev_identifier; member in struct:__anon70
|
Completed in 24 milliseconds