Searched refs:_st (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_freebsd.h | 197 #define IEEE80211_SCAN_TABLE_LOCK_INIT(_st, _name) \ argument 198 mtx_init(&(_st)->st_lock, _name, "802.11 scan table", MTX_DEF) 199 #define IEEE80211_SCAN_TABLE_LOCK_DESTROY(_st) mtx_destroy(&(_st)->st_lock) argument 200 #define IEEE80211_SCAN_TABLE_LOCK(_st) mtx_lock(&(_st)->st_lock) argument 201 #define IEEE80211_SCAN_TABLE_UNLOCK(_st) mtx_unlock(&(_st)->st_lock) argument 204 #define IEEE80211_SCAN_ITER_LOCK_INIT(_st, _name) \ argument 205 mtx_init(&(_st)->st_scanlock, _name, "802.11 scangen", MTX_DEF) 206 #define IEEE80211_SCAN_ITER_LOCK_DESTROY(_st) mtx_destroy(&(_st)->st_scanlock) argument 207 #define IEEE80211_SCAN_ITER_LOCK(_st) mtx_lock(&(_st)->st_scanlock) argument 208 #define IEEE80211_SCAN_ITER_UNLOCK(_st) mtx_unlock(&(_st)->st_scanlock) argument
|
H A D | ieee80211_sta.c | 1395 #define ISREASSOC(_st) ((_st) == IEEE80211_FC0_SUBTYPE_REASSOC_RESP) in sta_recv_mgmt() argument
|
H A D | ieee80211_scan_sta.c | 242 #define ISPROBE(_st) ((_st) == IEEE80211_FC0_SUBTYPE_PROBE_RESP) in sta_add() argument
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx.h | 41 #define ATH_BA_INDEX(_st, _seq) (((_seq) - (_st)) & (IEEE80211_SEQ_RANGE - 1)) argument
|
H A D | if_athvar.h | 1535 #define ath_hal_btcoex_mci_state(_ah, _st, _pd) \ argument 1536 ((*(_ah)->ah_btMciState)((_ah), (_st), (_pd)))
|
/freebsd/sys/x86/linux/ |
H A D | linux_x86_sigframe.h | 110 struct l_fpreg _st[8]; member
|
/freebsd/sys/contrib/openzfs/lib/libuutil/ |
H A D | libuutil.abi | 708 <var-decl name='_st' type-id='498c040b' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.abi | 707 <var-decl name='_st' type-id='498c040b' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.abi | 2251 <var-decl name='_st' type-id='498c040b' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 1226 <var-decl name='_st' type-id='498c040b' visibility='default'/>
|