Searched refs:iterfunc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/compat/linuxkpi/common/include/net/ |
| H A D | mac80211.h | 868 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), 876 void(*iterfunc)(struct ieee80211_hw *, 880 void (*iterfunc)(void *, struct ieee80211_sta *), void *); 1321 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces_atomic() 1333 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces() 1344 void (*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_interfaces() 1358 linuxkpi_ieee80211_iterate_keys(hw, vif, iterfunc, arg); in ieee80211_iter_keys() 1369 linuxkpi_ieee80211_iterate_keys(hw, vif, iterfunc, arg); in ieee80211_iter_keys_rcu() 1378 linuxkpi_ieee80211_iterate_chan_contexts(hw, iterfunc, arg); in ieee80211_iter_chan_contexts_atomic() 1383 void (*iterfunc)(void *, struct ieee80211_sta *), void *arg) in ieee80211_iterate_stations_atomic() [all …]
|
| H A D | cfg80211.h | 1189 void (*iterfunc)(struct wiphy *, struct cfg80211_bss *, void *), void *data) in cfg80211_bss_iter()
|
| /freebsd-13.1/sys/kern/ |
| H A D | subr_eventhandler.c | 170 void *func, void *arg, int priority, vimage_iterator_func_t iterfunc) in vimage_eventhandler_register() argument 177 eg->func = iterfunc; in vimage_eventhandler_register()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.c | 3477 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in linuxkpi_ieee80211_iterate_interfaces() 3530 iterfunc(arg, vif->addr, vif); in linuxkpi_ieee80211_iterate_interfaces() 3539 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *, in linuxkpi_ieee80211_iterate_keys() 3549 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_chanctx_conf *, in linuxkpi_ieee80211_iterate_chan_contexts() 3559 void (*iterfunc)(void *, struct ieee80211_sta *), void *arg) in linuxkpi_ieee80211_iterate_stations_atomic() 3566 KASSERT(hw != NULL && iterfunc != NULL, in linuxkpi_ieee80211_iterate_stations_atomic() 3567 ("%s: hw %p iterfunc %p arg %p\n", __func__, hw, iterfunc, arg)); in linuxkpi_ieee80211_iterate_stations_atomic() 3579 iterfunc(arg, sta); in linuxkpi_ieee80211_iterate_stations_atomic()
|