Searched refs:model_name (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_prconf.c58 const char *model_name; /* Frame buffer model name */ local
64 model_name = FBC_Unavailable;
68 model_name = &gfx_ident.model_name[0];
69 if (strstr(model_name, SUNW_) != NULL) {
70 model_name += strlen(SUNW_);
80 printf("Model name: %s\n", model_name);
H A Dfbc_query_device.c96 full_model_name = strdup(&gfx_ident.model_name[0]);
H A Dfbc_res_compatible.c426 &gfx_ident.model_name[0],
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/include/
H A Dgfx_common.h57 char model_name[GFX_MAX_MODELNAME_LEN]; member in struct:gfx_identifier
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Dgfx_common.h57 char model_name[GFX_MAX_MODELNAME_LEN]; member in struct:gfx_identifier
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c314 const char *model_name; /* Frame buffer model name */ local
319 model_name = "";
322 model_name = &gfx_ident.model_name[0];
323 if (strstr(model_name, SUNW_) != NULL) {
324 model_name += strlen(SUNW_);
332 (void) strlcpy(device_model, model_name, GFX_MAX_MODELNAME_LEN);
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_drv.c287 (void) strlcpy(radeon_gfx_identifier.model_name, buf,
288 sizeof (radeon_gfx_identifier.model_name));

Completed in 50 milliseconds