Searched refs:iterfunc (Results 1 – 4 of 4) sorted by relevance
| /src/sys/compat/linuxkpi/common/include/net/ |
| H A D | mac80211.h | 1141 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), 1145 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *, 1149 void(*iterfunc)(struct ieee80211_hw *, 1153 void (*iterfunc)(void *, struct ieee80211_sta *), void *); 1479 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces_atomic() 1485 linuxkpi_ieee80211_iterate_interfaces(hw, flags, iterfunc, arg); in ieee80211_iterate_active_interfaces_atomic() 1491 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces() 1496 linuxkpi_ieee80211_iterate_interfaces(hw, flags, iterfunc, arg); in ieee80211_iterate_active_interfaces() 1502 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces_mtx() 1507 linuxkpi_ieee80211_iterate_interfaces(hw, flags, iterfunc, arg); in ieee80211_iterate_active_interfaces_mtx() [all …]
|
| H A D | cfg80211.h | 1540 void (*iterfunc)(struct wiphy *, struct cfg80211_bss *, void *), void *data) in cfg80211_bss_iter()
|
| /src/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()
|
| /src/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.c | 6872 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), 6931 iterfunc(arg, vif->addr, vif); 6940 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *, 6958 iterfunc(hw, vif, LSTA_TO_STA(lsta), lsta->kc[keyix], arg); 6964 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *, 6983 keyix, lsta, iterfunc, arg); 6998 keyix, lsta, iterfunc, arg); 7006 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_chanctx_conf *, 7013 KASSERT(hw != NULL && iterfunc != NULL, 7014 ("%s: hw %p iterfunc %p arg %p\n", __func__, hw, iterfunc, arg)); [all …]
|