Searched refs:iterfunc (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | mac80211.h | 1148 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), 1152 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *, 1156 void(*iterfunc)(struct ieee80211_hw *, 1160 void (*iterfunc)(void *, struct ieee80211_sta *), void *); 1503 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces_atomic() 1509 linuxkpi_ieee80211_iterate_interfaces(hw, flags, iterfunc, arg); in ieee80211_iterate_active_interfaces_atomic() 1515 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces() 1520 linuxkpi_ieee80211_iterate_interfaces(hw, flags, iterfunc, arg); in ieee80211_iterate_active_interfaces() 1526 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces_mtx() 1531 linuxkpi_ieee80211_iterate_interfaces(hw, flags, iterfunc, arg); in ieee80211_iterate_active_interfaces_mtx() [all …]
|
| H A D | cfg80211.h | 1631 void (*iterfunc)(struct wiphy *, struct cfg80211_bss *, void *), void *data) in cfg80211_bss_iter()
|
| /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 | 7735 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), 7794 iterfunc(arg, vif->addr, vif); 7803 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *, 7821 iterfunc(hw, vif, LSTA_TO_STA(lsta), lsta->kc[keyix], arg); 7827 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *, 7846 keyix, lsta, iterfunc, arg); 7861 keyix, lsta, iterfunc, arg); 7869 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_chanctx_conf *, 7876 KASSERT(hw != NULL && iterfunc != NULL, 7877 ("%s: hw %p iterfunc %p arg %p\n", __func__, hw, iterfunc, arg)); [all …]
|