Searched refs:iterfunc (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | mac80211.h | 1142 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), 1146 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *, 1150 void(*iterfunc)(struct ieee80211_hw *, 1154 void (*iterfunc)(void *, struct ieee80211_sta *), void *); 1480 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces_atomic() 1486 linuxkpi_ieee80211_iterate_interfaces(hw, flags, iterfunc, arg); in ieee80211_iterate_active_interfaces_atomic() 1492 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces() 1497 linuxkpi_ieee80211_iterate_interfaces(hw, flags, iterfunc, arg); in ieee80211_iterate_active_interfaces() 1503 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces_mtx() 1508 linuxkpi_ieee80211_iterate_interfaces(hw, flags, iterfunc, arg); in ieee80211_iterate_active_interfaces_mtx() [all …]
|
| H A D | cfg80211.h | 1530 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 | 7001 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), 7060 iterfunc(arg, vif->addr, vif); 7069 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *, 7079 iterfunc(hw, vif, LSTA_TO_STA(lsta), lsta->kc[keyix], arg); 7085 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *, 7104 keyix, lsta, iterfunc, arg); 7119 keyix, lsta, iterfunc, arg); 7127 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_chanctx_conf *, 7134 KASSERT(hw != NULL && iterfunc != NULL, 7135 ("%s: hw %p iterfunc %p arg %p\n", __func__, hw, iterfunc, arg)); [all …]
|