Searched refs:full_model_name (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_query_device.c89 char *full_model_name; /* Model name w/ "SUNW," prefix */ local
91 full_model_name = NULL; /* Unavailable */
96 full_model_name = strdup(&gfx_ident.model_name[0]);
97 if (full_model_name != NULL) {
98 *simple_model_name = full_model_name;
99 if (strncmp(full_model_name,
108 return (full_model_name);
H A Dfbc_Device.c334 char *full_model_name; /* Model name w/ "SUNW," prefix */ local
396 full_model_name = fbc_get_fb_model_name(device->fd, &dev_boardname);
401 if (dev_boardname > full_model_name) {
429 free (full_model_name);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/
H A Defb_properties.c665 char *full_model_name; /* Frame buf full name w/ "SUNW," */ local
699 full_model_name =
701 if (full_model_name != NULL) {
702 if (strcmp(full_model_name, "SUNW,XVR-50") == 0) {
710 if (strcmp(full_model_name, "SUNW,XVR-100") == 0) {
732 free(full_model_name);

Completed in 286 milliseconds