Searched refs:allCountries (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.c79 for (i = 0; i < ARRAY_SIZE(allCountries); i++)
80 if (allCountries[i].countryCode == cc)
131 for (i = 0; i < ARRAY_SIZE(allCountries); i++) {
132 if (cc == allCountries[i].countryCode) {
137 if (allCountries[i].regDmnEnum == rd ||
213 for (i = 0; i < ARRAY_SIZE(allCountries); i++) {
214 if (allCountries[i].countryCode == countryCode)
215 return (&allCountries[i]);
H A Darn_regd_common.h539 static struct country_code_to_enum_rd allCountries[] = { variable in typeref:struct:country_code_to_enum_rd

Completed in 64 milliseconds