| /src/sys/arch/vax/uba/ |
| qvaux.c | 398 int cc, mcc, line; local 430 mcc = CNC_BREAK; 432 mcc = cc; 434 cn_check_magic(tp->t_dev, mcc, qvaux_cnm_state);
|
| /src/sys/dev/dec/ |
| dz.c | 260 int cc, mcc, line; local 277 mcc = CNC_BREAK; 279 mcc = cc; 281 cn_check_magic(tp->t_dev, mcc, dz_cnm_state);
|
| /src/external/bsd/wpa/dist/hostapd/ |
| config_file.c | 1451 char *mcc, *mnc; local 1454 mcc = pos; 1464 if (os_strlen(mcc) != 3 || (mnc_len != 2 && mnc_len != 3)) 1467 /* BC coded MCC,MNC */ 1468 /* MCC digit 2 | MCC digit 1 */ 1469 *ipos++ = ((mcc[1] - '0') << 4) | (mcc[0] - '0'); 1470 /* MNC digit 3 | MCC digit 3 */ 1472 (mcc[2] - '0') [all...] |
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| eap.c | 202 "@wlan.mnc%s.mcc%c%c%c.3gppnetwork.org", 1534 unsigned int mcc; local 1538 mcc = atoi(mcc_str); 1540 if (mcc == 228) 1542 if (mcc == 244)
|
| /src/sys/dev/pci/ |
| if_iwmreg.h | 655 * @IWM_UCODE_TLV_API_WIFI_MCC_UPDATE: ucode supports MCC updates with source. 726 * sources for the MCC. This TLV bit is a future replacement to 6828 * Location Aware Regulatory (LAR) API - MCC updates 6833 * regulatory profile according to the given MCC (Mobile Country Code). 6834 * The MCC is two letter-code, ascii upper case[A-Z] or '00' for world domain. 6835 * 'ZZ' MCC will be used to switch to NVM default profile; in this case, the 6836 * MCC in the cmd response will be the relevant MCC in the NVM. 6837 * @mcc: given mobile country code 6838 * @source_id: the source from where we got the MCC, see iwm_mcc_sourc 6842 uint16_t mcc; member in struct:iwm_mcc_update_cmd_v1 6860 uint16_t mcc; member in struct:iwm_mcc_update_cmd 6883 uint16_t mcc; member in struct:iwm_mcc_update_resp_v1 6908 uint16_t mcc; member in struct:iwm_mcc_update_resp_v2 6938 uint16_t mcc; member in struct:iwm_mcc_update_resp_v3 6963 uint16_t mcc; member in struct:iwm_mcc_chub_notif [all...] |