Searched refs:iterfunc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | mac80211.h | 1133 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in _ieee80211_hw_set() 1137 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *, in __ieee80211_hw_check() 1141 void(*iterfunc)(struct ieee80211_hw *, 1145 void (*iterfunc)(void *, struct ieee80211_sta *), void *); 1464 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iter_chan_contexts_atomic() 1470 linuxkpi_ieee80211_iterate_interfaces(hw, flags, iterfunc, arg); in ieee80211_iter_chan_contexts_atomic() 1476 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_stations_atomic() 1481 linuxkpi_ieee80211_iterate_interfaces(hw, flags, iterfunc, arg); in ieee80211_vif_to_wdev() 1487 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), 1492 linuxkpi_ieee80211_iterate_interfaces(hw, flags, iterfunc, ar in ieee80211_beacon_get_template() [all...] |
H A D | cfg80211.h | 1496 void (*iterfunc)(struct wiphy *, struct cfg80211_bss *, void *), void *data) in cfg80211_find_elem()
|
/freebsd/sys/kern/ |
H A D | subr_eventhandler.c | 167 void *func, void *arg, int priority, vimage_iterator_func_t iterfunc) in vimage_eventhandler_register() argument 174 eg->func = iterfunc; in vimage_eventhandler_register()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.c | 5000 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in linuxkpi_ieee80211_iterate_interfaces() 5053 iterfunc(arg, vif->addr, vif); in linuxkpi_ieee80211_iterate_interfaces() 5062 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *, in linuxkpi_ieee80211_iterate_keys() 5072 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_chanctx_conf *, in linuxkpi_ieee80211_iterate_chan_contexts() 5081 KASSERT(hw != NULL && iterfunc != NULL, in linuxkpi_ieee80211_iterate_chan_contexts() 5082 ("%s: hw %p iterfunc %p arg %p\n", __func__, hw, iterfunc, arg)); in linuxkpi_ieee80211_iterate_chan_contexts() 5099 iterfunc(hw, &lchanctx->chanctx_conf, arg); in linuxkpi_ieee80211_iterate_chan_contexts() 5106 void (*iterfunc)(void *, struct ieee80211_sta *), void *arg) in linuxkpi_ieee80211_iterate_stations_atomic() 5113 KASSERT(hw != NULL && iterfunc != NULL, in linuxkpi_ieee80211_iterate_stations_atomic() 5114 ("%s: hw %p iterfunc %p arg %p\n", __func__, hw, iterfunc, arg)); in linuxkpi_ieee80211_iterate_stations_atomic() [all …]
|