Home
last modified time | relevance | path

Searched refs:ctry (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/arn/
H A Darn_regd.c1029 struct ath9k_country_entry *ctry) in ath9k_regd_get_current_country() argument
1033 ctry->isMultidomain = B_FALSE; in ath9k_regd_get_current_country()
1035 ctry->isMultidomain = B_TRUE; in ath9k_regd_get_current_country()
1037 ctry->isMultidomain = isWwrSKU(ah); in ath9k_regd_get_current_country()
1039 ctry->countryCode = ah->ah_countryCode; in ath9k_regd_get_current_country()
1040 ctry->regDmnEnum = ah->ah_currentRD; in ath9k_regd_get_current_country()
1041 ctry->regDmn5G = ah->ah_currentRD5G; in ath9k_regd_get_current_country()
1042 ctry->regDmn2G = ah->ah_currentRD2G; in ath9k_regd_get_current_country()
1043 ctry->iso[0] = ah->ah_iso[0]; in ath9k_regd_get_current_country()
1044 ctry->iso[1] = ah->ah_iso[1]; in ath9k_regd_get_current_country()
[all …]
H A Darn_regd.h419 struct ath9k_country_entry *ctry);
/titanic_50/usr/src/lib/libast/common/comp/
H A Dsetlocale.c99 unsigned long ctry; in native_locale() local
108 ctry = 0; in native_locale()
110 if (ctry = ap->attribute->index) in native_locale()
112 if (!ctry) in native_locale()
117 ctry = lc->territory->indices[i]; in native_locale()
120 if (!ctry) in native_locale()
124 ctry = SUBLANG_DEFAULT; in native_locale()
127 lcid = MAKELCID(MAKELANGID(lang, ctry), SORT_DEFAULT); in native_locale()
/titanic_50/usr/src/lib/libast/common/port/
H A Dlc.c355 char ctry[64]; in lccanon() local
359 GetLocaleInfo(lc->index, LOCALE_SENGCOUNTRY, ctry, sizeof(ctry))) in lccanon()
364 return sfsprintf(buf, siz, "%s_%s", lang, ctry); in lccanon()
366 return sfsprintf(buf, siz, "%s_%s.%s", lang, ctry, code); in lccanon()
368 return sfsprintf(buf, siz, "%s_%s.%s,%s", lang, ctry, code, lc->charset->ms); in lccanon()