/netbsd-src/sys/external/isc/atheros_hal/dist/ |
H A D | ah_eeprom_v4k.c | 33 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; in v4kEepromGet() local 122 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; in v4kEepromSet() local 136 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; in v4kEepromDiag() local 149 eepromSwap(struct ar5416eeprom_4k *ee) in eepromSwap() 201 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; in v4kEepromGetSpurChan() local 234 v4kEepromReadCTLInfo(struct ath_hal *ah, HAL_EEPROM_v4k *ee) in v4kEepromReadCTLInfo() 269 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; in v4kEepromDetach() local 284 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; in ath_hal_v4kEepromAttach() local
|
H A D | ah_eeprom_v14.c | 31 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; in v14EepromGet() local 135 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; in v14EepromSet() local 152 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; in v14EepromDiag() local 165 eepromSwap(struct ar5416eeprom *ee) in eepromSwap() 219 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; in v14EepromGetSpurChan() local 251 v14EepromReadCTLInfo(struct ath_hal *ah, HAL_EEPROM_v14 *ee) in v14EepromReadCTLInfo() 286 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; in v14EepromDetach() local 301 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; in ath_hal_v14EepromAttach() local
|
H A D | ah_eeprom_v3.c | 26 getPcdacInterceptsFromPcdacMinMax(HAL_EEPROM *ee, in getPcdacInterceptsFromPcdacMinMax() 46 fbin2freq(HAL_EEPROM *ee, uint16_t fbin) in fbin2freq() 56 fbin2freq_2p4(HAL_EEPROM *ee, uint16_t fbin) in fbin2freq_2p4() 69 readEepromFreqPierInfo(struct ath_hal *ah, HAL_EEPROM *ee) in readEepromFreqPierInfo() 273 readEepromRawPowerCalInfo5112(struct ath_hal *ah, HAL_EEPROM *ee) in readEepromRawPowerCalInfo5112() 397 freeEepromRawPowerCalInfo5112(struct ath_hal *ah, HAL_EEPROM *ee) in freeEepromRawPowerCalInfo5112() 439 ar2413ReadCalDataset(struct ath_hal *ah, HAL_EEPROM *ee, in ar2413ReadCalDataset() 729 readEepromRawPowerCalInfo2413(struct ath_hal *ah, HAL_EEPROM *ee) in readEepromRawPowerCalInfo2413() 809 readEepromRawPowerCalInfo(struct ath_hal *ah, HAL_EEPROM *ee) in readEepromRawPowerCalInfo() 915 readEepromTargetPowerCalInfo(struct ath_hal *ah, HAL_EEPROM *ee) in readEepromTargetPowerCalInfo() [all …]
|
H A D | ah_eeprom_v1.c | 28 HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; in v1EepromGet() local 81 HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; in v1EepromDiag() local 104 HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; in v1EepromDetach() local 113 HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; in ath_hal_v1EepromAttach() local
|
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
H A D | dwarf_pro_expr.c | 38 struct _Dwarf_P_Expr_Entry *ee; in _dwarf_add_expr() local 69 struct _Dwarf_P_Expr_Entry *ee; in _dwarf_expr_into_block() local 112 struct _Dwarf_P_Expr_Entry *ee, *tee; in _dwarf_expr_cleanup() local 179 struct _Dwarf_P_Expr_Entry *ee; in dwarf_add_expr_addr_b() local
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | bidi.c | 56 struct range_entry ee = {cp, 0}; in is_ral() local 66 struct range_entry ee = {cp, 0}; in is_l() local
|
H A D | errorlist.c | 56 struct error_entry ee = {cp, 0, 0}; in _wind_stringprep_error() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_gpu_error.c | 432 const struct intel_engine_coredump *ee) in error_print_instdone() 500 find_batch(const struct intel_engine_coredump *ee) in find_batch() 506 const struct intel_engine_coredump *ee) in error_print_engine() 677 const struct intel_engine_coredump *ee; in err_print_gt() local 740 const struct intel_engine_coredump *ee; in __err_print_to_sgl() local 936 struct intel_engine_coredump *ee = gt->engine; in cleanup_gt() local 1113 static void engine_record_registers(struct intel_engine_coredump *ee) in engine_record_registers() 1241 static void engine_record_execlists(struct intel_engine_coredump *ee) in engine_record_execlists() 1352 static void add_vma(struct intel_engine_coredump *ee, in add_vma() 1364 struct intel_engine_coredump *ee; in intel_engine_coredump_alloc() local [all …]
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/ |
H A D | ar5211_reset.c | 302 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5211Reset() local 922 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in getNoiseFloorThresh() local 1062 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5211SetRf6and7() local 1169 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5211SetAntennaSwitchInternal() local 1230 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5211SetBoardValues() local 1339 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5211SetTransmitPower() local 1519 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5211SetRateTable() local 2097 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5211SetRfgain() local
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/ |
H A D | ar5212_reset.c | 106 const HAL_EEPROM *ee; in ar5212Reset() local 1187 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in getNoiseFloorThresh() local 1387 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212SetAntennaSwitchInternal() local 1485 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212SetBoardValues() local 1878 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212SetTransmitPower() local 2002 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212SetRateTable() local 2290 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212CorrectGainDelta() local
|
H A D | ar2425.c | 160 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2425SetRfRegs() local 507 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2425SetPowerTable() local 608 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2425GetChannelMaxMinPower() local
|
H A D | ar5413.c | 165 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5413SetRfRegs() local 543 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5413SetPowerTable() local 681 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5413GetChannelMaxMinPower() local
|
H A D | ar2317.c | 150 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2317SetRfRegs() local 491 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2317SetPowerTable() local 629 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2317GetChannelMaxMinPower() local
|
H A D | ar2316.c | 172 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2316SetRfRegs() local 513 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2316SetPowerTable() local 651 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2316GetChannelMaxMinPower() local
|
H A D | ar2413.c | 166 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2413SetRfRegs() local 507 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2413SetPowerTable() local 645 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2413GetChannelMaxMinPower() local
|
H A D | ar5112.c | 187 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5112SetRfRegs() local 345 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5112SetPowerTable() local 763 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5112GetChannelMaxMinPower() local
|
H A D | ar5212_rfgain.c | 295 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212GetRfgain() local
|
H A D | ar5111.c | 221 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5111SetRfRegs() local 390 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5111SetPowerTable() local
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_epoll.c | 68 struct epoll_event ee, *eep; in netbsd32_epoll_ctl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/BrainF/ |
H A D | BrainFDriver.cpp | 163 ExecutionEngine *ee = EngineBuilder(std::move(Mod)).create(); in main() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | escape.c | 158 Expression *ee = er.byexp[i]; in checkParamArgumentEscape() local 397 Expression *ee = er.byexp[i]; in checkAssignEscape() local 670 Expression *ee = er.byexp[i]; in checkReturnEscapeImpl() local
|
/netbsd-src/external/bsd/tmux/dist/ |
H A D | spawn.c | 212 struct environ_entry *ee; in spawn_pane() local
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/ |
H A D | ar5210_reset.c | 76 const HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5210Reset() local 735 const HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; in setupPowerSettings() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TailDuplicator.cpp | 211 for (unsigned j = 0, ee = LI->second.size(); j != ee; ++j) { in tailDuplicateAndUpdate() local 511 for (unsigned j = 0, ee = LI->second.size(); j != ee; ++j) { in updateSuccessorsPHIs() local 531 for (unsigned j = 0, ee = TDBBs.size(); j != ee; ++j) { in updateSuccessorsPHIs() local
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5312/ |
H A D | ar5312_reset.c | 90 const HAL_EEPROM *ee; in ar5312Reset() local
|