Searched defs:country (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dwhois.c88 const char *country, *host; local
92 country = host = qnichost = NULL;
106 country = optarg;
150 if (!argc || (country != NULL && host != NULL))
154 * If no host or country is specified determine the top level domain
159 if (host == NULL && country == NULL) {
166 if (country != NULL) {
167 s_asprintf(&qnichost, "%s%s", country, QNICHOST_TAIL);
349 "usage: whois [-aAbfgiIklmQr] [-c country-code | -h hostname] "
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.c89 "%s: invalid regulatory domain/country code 0x%x\n",
126 "%s: EEPROM setting is country code %u\n",
147 struct country_code_to_enum_rd *country,
156 (!country->allow11g))
164 (!country->allow11ng20))
168 (!country->allow11na20))
172 (!country->allow11ng40))
176 (!country->allow11ng40))
180 (!country->allow11na40))
184 (!country
146 ath9k_regd_get_wmodes_nreg(struct ath_hal *ah, struct country_code_to_enum_rd *country, struct regDomain *rd5GHz, uint8_t *modes_allowed) argument
228 struct country_code_to_enum_rd *country = NULL; local
644 struct country_code_to_enum_rd *country = NULL; local
[all...]
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c46 #define COUNTRY_TAB ZONEINFOTABDIR "country.tab"
56 #define CCLEN 2 /* country code length */
198 * file, for the input continent, and retrieves the country
199 * names from the country.tab file. It also retrieves the localized
200 * country names. The returned list of countries is sorted by the
204 get_tz_countries(struct tz_country **country, struct tz_continent *cont) argument
221 /* open zone_sun.tab and country.tab files */
255 * If country matches previously *matched* country, skip
256 * entry, since zone.tab is alphabetized by country cod
448 get_timezones_by_country(struct tz_timezone **tmzone, struct tz_country *country) argument
661 free_tz_countries(struct tz_country *country) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c930 char *country = NULL; local
940 country = get_input_string(COUNTRY_PROMPT, COUNTRY_DEFAULT,
942 if (country == NULL)
960 (void) strlcat(subname, country, SUBNAMESIZ);
992 if (country)
993 free(country);
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_impl.h312 uint8_t *country; member in struct:ieee80211_scanparams
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h300 uint16_t country; /* ISO country code */ member in struct:mwl_regdomain
303 char isocc[2]; /* country code string */

Completed in 65 milliseconds