Searched refs:SUNW_ (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.c87 const char *const SUNW_ = "SUNW,"; /* Prefix on model & part strings */ local
100 SUNW_,
101 strlen(SUNW_)) == 0) {
102 *simple_model_name += strlen(SUNW_);
H A Dfbc_prconf.c56 const char *const SUNW_ = "SUNW,"; /* Prefix on model & part strings */ local
69 if (strstr(model_name, SUNW_) != NULL) {
70 model_name += strlen(SUNW_);
75 if (strstr(part_number, SUNW_) != NULL) {
76 part_number += strlen(SUNW_);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c312 const char *const SUNW_ = "SUNW,"; /* Prefix on model & part strings */ local
323 if (strstr(model_name, SUNW_) != NULL) {
324 model_name += strlen(SUNW_);

Completed in 15 milliseconds