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

/netbsd-current/sys/external/isc/atheros_hal/dist/
H A Dah_regdomain.c623 static COUNTRY_CODE_TO_ENUM_RD allCountries[] = { variable
1981 for (i = 0; i < N(allCountries); i++)
1982 if (allCountries[i].countryCode == cc)
2028 for (i=0; i < N(allCountries); i++) {
2029 if (cc == allCountries[i].countryCode)
2035 for (i = 0; i < N(allCountries); i++) {
2036 if (cc == allCountries[i].countryCode &&
2037 allCountries[i].regDmnEnum == rd)
2204 for (i = 0; i < N(allCountries); i++) {
2205 if (allCountries[
[all...]

Completed in 205 milliseconds