| /freebsd-12-stable/sys/net80211/ |
| D | ieee80211_dfs.c | 102 struct ieee80211_dfs_state *dfs = &ic->ic_dfs; in ieee80211_dfs_attach() local 104 callout_init_mtx(&dfs->nol_timer, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_dfs_attach() 105 callout_init_mtx(&dfs->cac_timer, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_dfs_attach() 120 struct ieee80211_dfs_state *dfs = &ic->ic_dfs; in ieee80211_dfs_reset() local 125 callout_drain(&dfs->nol_timer); in ieee80211_dfs_reset() 128 dfs->lastchan = NULL; in ieee80211_dfs_reset() 136 struct ieee80211_dfs_state *dfs = &ic->ic_dfs; in cac_timeout() local 158 vap->iv_des_chan = dfs->newchan; in cac_timeout() 190 struct ieee80211_dfs_state *dfs = &ic->ic_dfs; in ieee80211_dfs_cac_start() local 194 callout_reset(&dfs->cac_timer, CAC_TIMEOUT, cac_timeout, vap); in ieee80211_dfs_cac_start() [all …]
|
| /freebsd-12-stable/contrib/gcc/config/soft-fp/ |
| D | op-common.h | 1151 #define FP_EXTEND(dfs,sfs,dwc,swc,D,S) \ argument 1153 if (_FP_FRACBITS_##dfs < _FP_FRACBITS_##sfs \ 1154 || (_FP_EXPMAX_##dfs - _FP_EXPBIAS_##dfs \ 1156 || (_FP_EXPBIAS_##dfs < _FP_EXPBIAS_##sfs + _FP_FRACBITS_##sfs - 1 \ 1157 && _FP_EXPBIAS_##dfs != _FP_EXPBIAS_##sfs)) \ 1163 D##_e = S##_e + _FP_EXPBIAS_##dfs - _FP_EXPBIAS_##sfs; \ 1164 _FP_FRAC_SLL_##dwc(D, (_FP_FRACBITS_##dfs - _FP_FRACBITS_##sfs)); \ 1172 else if (_FP_EXPBIAS_##dfs \ 1176 _FP_FRAC_SLL_##dwc(D, (_FP_FRACBITS_##dfs \ 1186 _lz + _FP_FRACBITS_##dfs \ [all …]
|
| /freebsd-12-stable/contrib/ntp/tests/libntp/ |
| D | realpath.c | 67 DIR * dfs = opendir("/dev"); in test_DevLinks() 69 TEST_ASSERT_NOT_NULL_MESSAGE(dfs, "failed to open '/dev' !?!"); in test_DevLinks() 70 while (NULL != (ent = readdir(dfs))) { in test_DevLinks() 92 closedir(dfs); in test_DevLinks()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | tree-into-ssa.c | 1008 find_idf (bitmap def_blocks, bitmap *dfs) in find_idf() argument 1042 EXECUTE_IF_AND_COMPL_IN_BITMAP (dfs[bb_index], phi_insertion_points, in find_idf() 1199 insert_phi_nodes (bitmap *dfs) in insert_phi_nodes() argument 1217 idf = find_idf (def_map->def_blocks, dfs); in insert_phi_nodes() 2085 bitmap *dfs; in rewrite_into_ssa() local 2101 dfs = (bitmap *) xmalloc (last_basic_block * sizeof (bitmap)); in rewrite_into_ssa() 2103 dfs[bb->index] = BITMAP_ALLOC (NULL); in rewrite_into_ssa() 2107 compute_dominance_frontiers (dfs); in rewrite_into_ssa() 2113 insert_phi_nodes (dfs); in rewrite_into_ssa() 2120 BITMAP_FREE (dfs[bb->index]); in rewrite_into_ssa() [all …]
|
| D | tree-ssa-structalias.c | 1103 unsigned int *dfs; member 1129 si->dfs[n] = si->current_index ++; in scc_visit() 1130 my_dfs = si->dfs[n]; in scc_visit() 1151 if (si->dfs[t] < si->dfs[nnode]) in scc_visit() 1152 si->dfs[n] = si->dfs[t]; in scc_visit() 1157 if (si->dfs[n] == my_dfs) in scc_visit() 1160 && si->dfs[VEC_last (unsigned, si->scc_stack)] >= my_dfs) in scc_visit() 1170 && si->dfs[VEC_last (unsigned, si->scc_stack)] >= my_dfs) in scc_visit() 1586 si->dfs = XCNEWVEC (unsigned int, size); in init_scc_info() 1603 free (si->dfs); in free_scc_info() [all …]
|
| D | cfgloopanal.c | 147 dfs (struct graph *g, int *qs, int nq, int *qt, bool forward) in dfs() function 345 dfs (g, queue1, nq, queue2, false); in mark_irreducible_loops() 348 dfs (g, queue1, nq, NULL, true); in mark_irreducible_loops()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | ImportedFunctionsInliningStatistics.cpp | 183 dfs(Node); in calculateRealInlines() 187 void ImportedFunctionsInliningStatistics::dfs(InlineGraphNode &GraphNode) { in dfs() function in ImportedFunctionsInliningStatistics 193 dfs(*InlinedFunctionNode); in dfs()
|
| /freebsd-12-stable/sys/modules/cpufreq/ |
| D | Makefile | 23 SRCS+= dfs.c
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/ |
| D | ImportedFunctionsInliningStatistics.h | 81 void dfs(InlineGraphNode &GraphNode);
|
| /freebsd-12-stable/usr.sbin/wpa/src/ap/ |
| D | Makefile | 20 dfs.c \
|
| /freebsd-12-stable/contrib/wpa/src/ap/ |
| D | Makefile | 24 dfs.o \
|
| D | beacon.c | 125 int dfs; in hostapd_eid_pwr_constraint() local 144 dfs = hostapd_is_dfs_required(hapd->iface); in hostapd_eid_pwr_constraint() 145 if (dfs < 0) { in hostapd_eid_pwr_constraint() 147 dfs); in hostapd_eid_pwr_constraint() 148 dfs = 0; in hostapd_eid_pwr_constraint() 151 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint()
|
| D | hw_features.c | 110 int dfs = 0; in hostapd_get_hw_features() local 120 dfs = 1; in hostapd_get_hw_features() 140 dfs ? dfs_info(&feature->channels[j]) : ""); in hostapd_get_hw_features()
|
| D | ieee802_11.c | 246 int dfs; in hostapd_own_capab_info() local 250 dfs = hostapd_is_dfs_required(hapd->iface); in hostapd_own_capab_info() 251 if (dfs < 0) { in hostapd_own_capab_info() 253 dfs); in hostapd_own_capab_info() 254 dfs = 0; in hostapd_own_capab_info() 294 (hapd->iconf->spectrum_mgmt_required || dfs)) in hostapd_own_capab_info() 6915 int dfs, i; in hostapd_eid_txpower_envelope() local 6962 dfs = hostapd_is_dfs_required(hapd->iface); in hostapd_eid_txpower_envelope() 6963 if (dfs < 0) in hostapd_eid_txpower_envelope() 6964 dfs = 0; in hostapd_eid_txpower_envelope() [all …]
|
| /freebsd-12-stable/sys/powerpc/cpufreq/ |
| D | dfs.c | 76 DRIVER_MODULE(dfs, cpu, dfs_driver, dfs_devclass, 0, 0);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | StackFrameList.cpp | 305 dfs(first_edge, first_callee); in FindInterveningFrames() 310 void dfs(CallEdge ¤t_edge, Function &callee) { in FindInterveningFrames() function 339 dfs(*edge, *next_callee); in FindInterveningFrames()
|
| /freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| D | wlan_tree.def | 133 14 dfs 232 16 dfs
|
| D | BEGEMOT-WIRELESS-MIB.txt | 427 dfs(14), 1294 dfs(16),
|
| /freebsd-12-stable/contrib/wpa/src/drivers/ |
| D | driver_hostap.c | 1102 u16 *flags, u8 *dfs) in hostap_get_hw_feature_data() argument 1117 *dfs = 0; in hostap_get_hw_feature_data()
|
| D | driver.h | 2846 u16 *flags, u8 *dfs);
|
| /freebsd-12-stable/sys/conf/ |
| D | files.powerpc | 163 powerpc/cpufreq/dfs.c optional cpufreq
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| D | AnalyzerOptions.def | 421 "Value: \"dfs\", \"bfs\", \"unexplored_first\", "
|
| /freebsd-12-stable/contrib/amd/ |
| D | NEWS | 984 such that it matches the type:=ARG as well. Free names afs/dfs for Andrew
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | ChangeLog-2004 | 1406 (find_final_overrider): Adjust dfs searching.
|
| D | ChangeLog-1994 | 4158 sure virtual bases are initialized in dfs ordering.
|