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

/solaris-x11-s12/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);

Completed in 10 milliseconds