Symbol: country
sbin/ifconfig/ifieee80211.c
2220
const struct country *cc;
sbin/ifconfig/ifieee80211.c
2234
cc = lib80211_country_findbycc(rdp, reg->country);
sbin/ifconfig/ifieee80211.c
2237
reg->country);
sbin/ifconfig/ifieee80211.c
2299
const struct country *cp;
sbin/ifconfig/ifieee80211.c
2323
const struct country *cc;
sbin/ifconfig/ifieee80211.c
2329
regdomain.country = cc->code;
sbin/ifconfig/ifieee80211.c
2353
if (regdomain.country == 0 && rd->cc != NULL) {
sbin/ifconfig/ifieee80211.c
2368
const struct country *cc;
sbin/ifconfig/ifieee80211.c
2382
regdomain.country = cc->code;
sbin/ifconfig/ifieee80211.c
4208
reg->regdomain != reg->country) || verb) {
sbin/ifconfig/ifieee80211.c
4216
if (reg->country != 0 || verb) {
sbin/ifconfig/ifieee80211.c
4217
const struct country *cc =
sbin/ifconfig/ifieee80211.c
4218
lib80211_country_findbycc(getregdata(), reg->country);
sbin/ifconfig/ifieee80211.c
4220
LINE_CHECK("country %d", reg->country);
sbin/ifconfig/ifieee80211.c
469
if (rd->country != NO_COUNTRY) {
sbin/ifconfig/ifieee80211.c
470
const struct country *cc;
sbin/ifconfig/ifieee80211.c
477
cc = lib80211_country_findbycc(rdp, rd->country);
sbin/ifconfig/ifieee80211.c
479
errx(1, "unknown ISO country code %d", rd->country);
sbin/ifconfig/regdomain.c
102
mt->country->rd = (void *)strdup(ref);
sbin/ifconfig/regdomain.c
163
if (iseq(name, "country") && mt->country == NULL) {
sbin/ifconfig/regdomain.c
164
mt->country = calloc(1, sizeof(struct country));
sbin/ifconfig/regdomain.c
165
mt->country->isoname = strdup(id);
sbin/ifconfig/regdomain.c
166
mt->country->code = NO_COUNTRY;
sbin/ifconfig/regdomain.c
168
LIST_INSERT_HEAD(&mt->rdp->countries, mt->country, next);
sbin/ifconfig/regdomain.c
316
if (iseq(name, "isocc") && mt->country != NULL) {
sbin/ifconfig/regdomain.c
317
mt->country->code = strtoul(p, NULL, 0);
sbin/ifconfig/regdomain.c
320
if (iseq(name, "name") && mt->country != NULL) {
sbin/ifconfig/regdomain.c
321
mt->country->name = strdup(p);
sbin/ifconfig/regdomain.c
364
if (iseq(name, "country") && mt->country != NULL) {
sbin/ifconfig/regdomain.c
365
if (mt->country->code == NO_COUNTRY) {
sbin/ifconfig/regdomain.c
369
if (mt->country->name == NULL) {
sbin/ifconfig/regdomain.c
373
if (mt->country->rd == NULL) {
sbin/ifconfig/regdomain.c
377
mt->country = NULL;
sbin/ifconfig/regdomain.c
422
struct country *cp;
sbin/ifconfig/regdomain.c
56
struct country *country; /* current country */
sbin/ifconfig/regdomain.c
602
struct country *cp = LIST_FIRST(&rdp->countries);
sbin/ifconfig/regdomain.c
709
const struct country *
sbin/ifconfig/regdomain.c
712
const struct country *cp;
sbin/ifconfig/regdomain.c
724
const struct country *
sbin/ifconfig/regdomain.c
727
const struct country *cp;
sbin/ifconfig/regdomain.c
96
if (mt->country == NULL) {
sbin/ifconfig/regdomain.h
103
LIST_HEAD(, country) countries; /* country code table */
sbin/ifconfig/regdomain.h
122
const struct country *lib80211_country_findbycc(const struct regdata *,
sbin/ifconfig/regdomain.h
124
const struct country *lib80211_country_findbyname(const struct regdata *,
sbin/ifconfig/regdomain.h
66
struct country;
sbin/ifconfig/regdomain.h
71
const struct country *cc; /* country code for 1-1/default map */
sbin/ifconfig/regdomain.h
91
LIST_ENTRY(country) next;
sys/dev/netif/ath/ath/if_ath.c
6058
__func__, reg->regdomain, reg->country, reg->location,
sys/dev/netif/ath/ath/if_ath.c
6062
reg->country, reg->regdomain);
sys/dev/netif/ath/ath/if_ath.c
6111
ic->ic_regdomain.country = (uint16_t) sc->sc_eecc;
sys/dev/netif/ath/ath/if_ath.c
6121
ic->ic_regdomain.regdomain, ic->ic_regdomain.country,
sys/dev/netif/ath/ath_hal/ah_regdomain.c
235
COUNTRY_CODE_TO_ENUM_RD *country;
sys/dev/netif/ath/ath_hal/ah_regdomain.c
237
country = findCountry(cc);
sys/dev/netif/ath/ath_hal/ah_regdomain.c
238
if (country != AH_NULL)
sys/dev/netif/ath/ath_hal/ah_regdomain.c
265
COUNTRY_CODE_TO_ENUM_RD *country;
sys/dev/netif/ath/ath_hal/ah_regdomain.c
283
country = findCountry(cc);
sys/dev/netif/ath/ath_hal/ah_regdomain.c
284
if (country == AH_NULL) {
sys/dev/netif/ath/ath_hal/ah_regdomain.c
289
regDmn = country->regDmnEnum;
sys/dev/netif/ath/ath_hal/ah_regdomain.c
293
if (country->countryCode == CTRY_DEFAULT) {
sys/dev/netif/ath/ath_hal/ah_regdomain.c
308
country = findCountry(cc);
sys/dev/netif/ath/ath_hal/ah_regdomain.c
309
if (country == AH_NULL) {
sys/dev/netif/ath/ath_hal/ah_regdomain.c
315
regDmn = country->regDmnEnum;
sys/dev/netif/ath/ath_hal/ah_regdomain.c
328
__func__, regDmn, country->countryCode);
sys/dev/netif/ath/ath_hal/ah_regdomain.c
335
__func__, regpair->regDmn5GHz, country->countryCode);
sys/dev/netif/ath/ath_hal/ah_regdomain.c
342
__func__, regpair->regDmn2GHz, country->countryCode);
sys/dev/netif/ath/ath_hal/ah_regdomain.c
350
__func__, regDmn, country->countryCode);
sys/dev/netif/ath/ath_hal/ah_regdomain.c
355
*pcountry = country;
sys/dev/netif/ath/ath_hal/ah_regdomain.c
698
COUNTRY_CODE_TO_ENUM_RD *country;
sys/dev/netif/ath/ath_hal/ah_regdomain.c
703
cc, regDmn, enableExtendedChannels, &country, &rd2GHz, &rd5GHz);
sys/dev/netif/ath/ath_hal/ah_regdomain.c
709
ah->ah_countryCode = country->countryCode;
sys/dev/netif/ath/ath_hal/ah_regdomain.c
729
COUNTRY_CODE_TO_ENUM_RD *country;
sys/dev/netif/ath/ath_hal/ah_regdomain.c
746
&country, &rd2GHz, &rd5GHz);
sys/dev/netif/ath/ath_hal/ah_regdomain.c
750
&country, &rd2GHz, &rd5GHz);
sys/dev/netif/ath/ath_hal/ah_regdomain.c
758
ah->ah_countryCode = country->countryCode;
sys/netproto/802_11/_ieee80211.h
430
uint16_t country; /* ISO country code */
sys/netproto/802_11/ieee80211_scan.h
237
uint8_t *country;
sys/netproto/802_11/wlan/ieee80211_input.c
563
scan->country = frm;
sys/netproto/802_11/wlan/ieee80211_input.c
709
if (scan->country != NULL) {
sys/netproto/802_11/wlan/ieee80211_input.c
717
IEEE80211_VERIFY_LENGTH(scan->country[1], 3 * sizeof(uint8_t),
sys/netproto/802_11/wlan/ieee80211_input.c
718
scan->country = NULL);
sys/netproto/802_11/wlan/ieee80211_regdomain.c
264
rd->country);
sys/netproto/802_11/wlan/ieee80211_regdomain.c
71
ic->ic_regdomain.country == CTRY_DEFAULT) {
sys/netproto/802_11/wlan/ieee80211_regdomain.c
72
ic->ic_regdomain.country = CTRY_UNITED_STATES; /* XXX */
sys/netproto/802_11/wlan/ieee80211_scan.c
554
if (sp->country != NULL)
sys/netproto/802_11/wlan/ieee80211_scan.c
555
dump_country(sp->country);
sys/netproto/802_11/wlan/ieee80211_scan_sta.c
1065
(ic->ic_regdomain.country == CTRY_DEFAULT ||
sys/netproto/802_11/wlan/ieee80211_scan_sta.c
353
if (sp->country != NULL) {
sys/netproto/802_11/wlan/ieee80211_scan_sta.c
355
(const struct ieee80211_country_ie *) sp->country;
sys/netproto/802_11/wlan/ieee80211_scan_sta.c
367
(ic->ic_regdomain.country == CTRY_DEFAULT ||
usr.bin/whois/whois.c
110
country = optarg;
usr.bin/whois/whois.c
160
if (!argc || (country != NULL && host != NULL))
usr.bin/whois/whois.c
169
if (host == NULL && country == NULL) {
usr.bin/whois/whois.c
176
if (country != NULL) {
usr.bin/whois/whois.c
177
s_asprintf(&qnichost, "%s%s", country, QNICHOST_TAIL);
usr.bin/whois/whois.c
88
const char *country, *host;
usr.bin/whois/whois.c
96
country = host = qnichost = NULL;
usr.sbin/tzsetup/tzsetup.c
332
static struct country countries[NCOUNTRIES];
usr.sbin/tzsetup/tzsetup.c
344
struct country *cp;
usr.sbin/tzsetup/tzsetup.c
392
struct country *cp;
usr.sbin/tzsetup/tzsetup.c
447
const struct country *a = xa, *b = xb;
usr.sbin/tzsetup/tzsetup.c
524
struct country *cp;
usr.sbin/tzsetup/tzsetup.c
624
struct country *cp = dmi->data;
usr.sbin/tzsetup/tzsetup.c
683
struct country *cp = dmi->data;