Searched refs:country (Results 1 - 24 of 24) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Drpc_netlogon.h730 uint16 country; member in struct:sam_account_info_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_net.c2121 info->country = 0;
2217 if (!prs_uint16("country", ps, depth, &info->country))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dcodepage.h25 int country; member in struct:country_l
H A Dtexinfo.tex3777 % @tab Legal holiday which is valid in major parts of the whole country.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-core.c878 hid->country = hdesc->bCountryCode;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dvsxxxaa.c120 unsigned char country; member in struct:vsxxxaa
172 "Found %s version 0x%02x from country 0x%02x on port %s\n",
173 mouse->name, mouse->version, mouse->country, mouse->phys);
350 mouse->country = (buf[1] >> 4) & 0x07;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Decard.c650 ec->cid.country = cid.r_country;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A Dp2p.h133 uint8 country[3]; /* Country String */ member in struct:wifi_p2p_listen_channel_se_s
244 uint8 country[3]; /* Country String */ member in struct:wifi_p2p_chanlist_se_s
313 uint8 country[3]; /* Country String */ member in struct:wifi_p2p_op_channel_se_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo.c728 u16 country; member in struct:__anon5996
1915 capr->country = le16_to_cpu(capr->country);
4773 cap_rid.country,
6881 /* Should be based on cap_rid.country to give only
H A Dipw2200.h1284 u8 country[4]; member in struct:ipw_priv
H A Dray_cs.c173 static int country = USA; variable
213 module_param(country, int, 0);
631 if (country > JAPAN_TEST) country = USA;
633 if (country < USA) country = USA;
657 local->sparm.b4.a_curr_country_code = country;
659 hop_pattern_length[(int)country] - 1;
676 local->sparm.b5.a_curr_country_code = country;
678 hop_pattern_length[(int)country];
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_main.c88 MODULE_PARM_DESC(country, "Select LocaleCode 0-11 (For travelers)");
522 /* ISO 3166-1 country codes.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhid.h422 unsigned country; /* HID country */ member in struct:hid_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Decard.h114 unsigned char country; /* Country */ member in struct:in_ecid
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Decard.h123 unsigned char country; /* Country */ member in struct:in_ecid
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A Dp2p.h133 uint8 country[3]; /* Country String */ member in struct:wifi_p2p_listen_channel_se_s
244 uint8 country[3]; /* Country String */ member in struct:wifi_p2p_chanlist_se_s
313 uint8 country[3]; /* Country String */ member in struct:wifi_p2p_op_channel_se_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Decard.c1004 ec->cid.country = cid.r_country;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/hidp/
H A Dcore.c711 hid->country = req->country;
H A Dhidp.h90 __u8 country; member in struct:hidp_connadd_req
H A Dsock.c153 __u8 country; member in struct:compat_hidp_connadd_req
199 put_user(ca.country, &uca->country) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c3815 websWrite(wp, "\t\tif (country == \"%s\")\n\t\t\tchanspecs = new Array(\"0\"", abbrev);
3828 websWrite(wp, "\t\tif (country == \"%s\")\n\t\t\tchanspecs = new Array(\"N/A\");\n", abbrev);
3959 websWrite(wp, "\t\tif (country == \"%s\")\n\t\t\tcountry_revs = new Array(",
5643 /* Return current country */
5658 if (wl_iovar_get(name, "country", &cspec, sizeof(cspec)))
5678 if (wl_iovar_get(name, "country", &cspec, sizeof(cspec)))
8361 if (wl_iovar_set(name, "country", &country_spec, sizeof(country_spec))){
8375 char *country=NULL; local
8380 country = websGetVar(wp, "wl_country_code", NULL);
8382 sprintf( country_spec.ccode, "%s", country );
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex3537 % @tab Legal holiday which is valid in major parts of the whole country.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/gnu/gettext/
H A DDumpResource.java192 String country;
198 country = language.substring(i+1);
201 country = "";
204 int j = country.indexOf('_');
206 variant = country.substring(j+1);
207 country = country.substring(0,j);
211 Locale locale = new Locale(language,country,variant);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DBindingTest.java533 String country; field in class:BindingTest.LocaleProxy
540 country = object.getCountry();
545 return new Locale(language, country, variant);

Completed in 377 milliseconds