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

Completed in 51 milliseconds