Searched refs:iterfunc (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | mac80211.h | 1145 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), 1149 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *, 1153 void(*iterfunc)(struct ieee80211_hw *, 1157 void (*iterfunc)(void *, struct ieee80211_sta *), void *); 1499 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces_atomic() 1505 linuxkpi_ieee80211_iterate_interfaces(hw, flags, iterfunc, arg); in ieee80211_iterate_active_interfaces_atomic() 1511 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces() 1516 linuxkpi_ieee80211_iterate_interfaces(hw, flags, iterfunc, arg); in ieee80211_iterate_active_interfaces() 1522 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces_mtx() 1527 linuxkpi_ieee80211_iterate_interfaces(hw, flags, iterfunc, arg); in ieee80211_iterate_active_interfaces_mtx() [all …]
|
| H A D | cfg80211.h | 1595 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 | 7207 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), 7266 iterfunc(arg, vif->addr, vif); 7275 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *, 7293 iterfunc(hw, vif, LSTA_TO_STA(lsta), lsta->kc[keyix], arg); 7299 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *, 7318 keyix, lsta, iterfunc, arg); 7333 keyix, lsta, iterfunc, arg); 7341 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_chanctx_conf *, 7348 KASSERT(hw != NULL && iterfunc != NULL, 7349 ("%s: hw %p iterfunc %p arg %p\n", __func__, hw, iterfunc, arg)); [all …]
|