/freebsd/sys/net80211/ |
H A D | ieee80211_dfs.c | 97 struct ieee80211_dfs_state *dfs = &ic->ic_dfs; in ieee80211_dfs_attach() local 99 callout_init_mtx(&dfs->nol_timer, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_dfs_attach() 100 callout_init_mtx(&dfs->cac_timer, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_dfs_attach() 115 struct ieee80211_dfs_state *dfs = &ic->ic_dfs; in ieee80211_dfs_reset() local 120 callout_drain(&dfs->nol_timer); in ieee80211_dfs_reset() 123 dfs->lastchan = NULL; in ieee80211_dfs_reset() 131 struct ieee80211_dfs_state *dfs = &ic->ic_dfs; in cac_timeout() local 153 vap->iv_des_chan = dfs->newchan; in cac_timeout() 185 struct ieee80211_dfs_state *dfs = &ic->ic_dfs; in ieee80211_dfs_cac_start() local 189 callout_reset(&dfs->cac_timer, CAC_TIMEOUT, cac_timeout, vap); in ieee80211_dfs_cac_start() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | s32g3.dtsi | 65 clocks = <&dfs 0>; 73 clocks = <&dfs 0>; 81 clocks = <&dfs 0>; 89 clocks = <&dfs 0>; 97 clocks = <&dfs 0>; 105 clocks = <&dfs 0>; 113 clocks = <&dfs 0>; 121 clocks = <&dfs 0>; 133 dfs: protocol@13 { label
|
/freebsd/contrib/ntp/tests/libntp/ |
H A 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/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ImportedFunctionsInliningStatistics.cpp | 184 dfs(Node); in calculateRealInlines() 188 void ImportedFunctionsInliningStatistics::dfs(InlineGraphNode &GraphNode) { in dfs() function in ImportedFunctionsInliningStatistics 194 dfs(*InlinedFunctionNode); in dfs()
|
/freebsd/sys/modules/cpufreq/ |
H A D | Makefile | 21 SRCS+= dfs.c
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/ |
H A D | ImportedFunctionsInliningStatistics.h | 81 void dfs(InlineGraphNode &GraphNode);
|
/freebsd/usr.sbin/wpa/src/ap/ |
H A D | Makefile | 20 dfs.c \
|
/freebsd/contrib/wpa/src/ap/ |
H A D | Makefile | 24 dfs.o \
|
H A D | hw_features.c | 131 int dfs = 0; in hostapd_get_hw_features() local 141 dfs = 1; in hostapd_get_hw_features() 161 dfs ? dfs_info(&feature->channels[j]) : ""); in hostapd_get_hw_features()
|
H A D | beacon.c | 132 int dfs; in hostapd_eid_pwr_constraint() local 151 dfs = hostapd_is_dfs_required(hapd->iface); in hostapd_eid_pwr_constraint() 152 if (dfs < 0) { in hostapd_eid_pwr_constraint() 154 dfs); in hostapd_eid_pwr_constraint() 155 dfs = 0; in hostapd_eid_pwr_constraint() 158 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint()
|
H A D | ieee802_11.c | 284 int dfs; in hostapd_own_capab_info() local 288 dfs = hostapd_is_dfs_required(hapd->iface); in hostapd_own_capab_info() 289 if (dfs < 0) { in hostapd_own_capab_info() 291 dfs); in hostapd_own_capab_info() 292 dfs = 0; in hostapd_own_capab_info() 332 (hapd->iconf->spectrum_mgmt_required || dfs)) in hostapd_own_capab_info() 7076 int dfs, i; in hostapd_eid_txpower_envelope() local 7174 dfs = hostapd_is_dfs_required(hapd->iface); in hostapd_eid_txpower_envelope() 7175 if (dfs < 0) in hostapd_eid_txpower_envelope() 7176 dfs = 0; in hostapd_eid_txpower_envelope() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleImpl.h | 158 void dfs(BlockT *EntryBlock); 225 dfs(EntryBlock); in run() 331 void GenericCycleInfoCompute<ContextT>::dfs(BlockT *EntryBlock) { in dfs() function
|
/freebsd/sys/contrib/openzfs/etc/init.d/ |
H A D | zfs-import.in | 76 [ -n "$init" ] && rm -f /etc/dfs/sharetab
|
/freebsd/sys/powerpc/cpufreq/ |
H A D | dfs.c | 71 DRIVER_MODULE(dfs, cpu, dfs_driver, 0, 0);
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrameList.cpp | 309 dfs(first_edge, first_callee); in FindInterveningFrames() 314 void dfs(CallEdge ¤t_edge, Function &callee) { in FindInterveningFrames() function 343 dfs(*edge, *next_callee); in FindInterveningFrames()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_tree.def | 131 14 dfs 230 16 dfs
|
H A D | BEGEMOT-WIRELESS-MIB.txt | 424 dfs(14), 1291 dfs(16),
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_hostap.c | 1103 u16 *flags, u8 *dfs) in hostap_get_hw_feature_data() argument 1118 *dfs = 0; in hostap_get_hw_feature_data()
|
H A D | driver.h | 3352 u16 *flags, u8 *dfs);
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.def | 514 "Value: \"dfs\", \"bfs\", \"unexplored_first\", "
|
/freebsd/sys/conf/ |
H A D | files.powerpc | 263 powerpc/cpufreq/dfs.c optional cpufreq
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | libtest.shlib | 1244 done < /etc/dfs/sharetab
|