Searched refs:is_dfs (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | tree-ssa.c | 1042 struct pointer_set_t *visited, bool is_dfs) in walk_use_def_chains_1() argument 1062 if (!is_dfs) in walk_use_def_chains_1() 1072 && walk_use_def_chains_1 (arg, fn, data, visited, is_dfs)) in walk_use_def_chains_1() 1078 if (is_dfs) in walk_use_def_chains_1() 1112 bool is_dfs) in walk_use_def_chains() argument 1127 walk_use_def_chains_1 (var, fn, data, visited, is_dfs); in walk_use_def_chains()
|
| /NextBSD/contrib/wpa/src/ap/ |
| HD | drv_callbacks.c | 450 int channel, chwidth, seg0_idx = 0, seg1_idx = 0, is_dfs; in hostapd_event_ch_switch() local 508 is_dfs = ieee80211_is_dfs(freq); in hostapd_event_ch_switch() 516 "freq=%d dfs=%d", freq, is_dfs); in hostapd_event_ch_switch() 519 "freq=%d dfs=%d", freq, is_dfs); in hostapd_event_ch_switch()
|