Home
last modified time | relevance | path

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

/illumos-gate/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);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c110 unsigned long ctry; in native_locale() local
119 ctry = 0; in native_locale()
121 if (ctry = ap->attribute->index) in native_locale()
123 if (!ctry) in native_locale()
128 ctry = lc->territory->indices[i]; in native_locale()
131 if (!ctry) in native_locale()
135 ctry = SUBLANG_DEFAULT; in native_locale()
138 lcid = MAKELCID(MAKELANGID(lang, ctry), SORT_DEFAULT); in native_locale()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.c391 char ctry[64]; in lccanon() local
395 GetLocaleInfo(lc->index, LOCALE_SENGCOUNTRY, ctry, sizeof(ctry))) in lccanon()
400 return sfsprintf(buf, siz, "%s_%s", lang, ctry); in lccanon()
402 return sfsprintf(buf, siz, "%s_%s.%s", lang, ctry, code); in lccanon()
404 return sfsprintf(buf, siz, "%s_%s.%s,%s", lang, ctry, code, lc->charset->ms); in lccanon()