Searched refs:_st (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/net80211/ |
| H A D | ieee80211_freebsd.h | 207 #define IEEE80211_SCAN_TABLE_LOCK_INIT(_st, _name) \ argument 208 mtx_init(&(_st)->st_lock, _name, "802.11 scan table", MTX_DEF) 209 #define IEEE80211_SCAN_TABLE_LOCK_DESTROY(_st) mtx_destroy(&(_st)->st_lock) argument 210 #define IEEE80211_SCAN_TABLE_LOCK(_st) mtx_lock(&(_st)->st_lock) argument 211 #define IEEE80211_SCAN_TABLE_UNLOCK(_st) mtx_unlock(&(_st)->st_lock) argument 214 #define IEEE80211_SCAN_ITER_LOCK_INIT(_st, _name) \ argument 215 mtx_init(&(_st)->st_scanlock, _name, "802.11 scangen", MTX_DEF) 216 #define IEEE80211_SCAN_ITER_LOCK_DESTROY(_st) mtx_destroy(&(_st)->st_scanlock) argument 217 #define IEEE80211_SCAN_ITER_LOCK(_st) mtx_lock(&(_st)->st_scanlock) argument 218 #define IEEE80211_SCAN_ITER_UNLOCK(_st) mtx_unlock(&(_st)->st_scanlock) argument
|
| H A D | ieee80211_sta.c | 1396 #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/crypto/openssl/include/internal/ |
| H A D | hashtable.h | 75 typedef struct keyname##_st { \
|
| /freebsd/sys/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair.abi | 2253 <var-decl name='_st' type-id='498c040b' visibility='default'/>
|
| /freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.abi | 763 <var-decl name='_st' type-id='498c040b' visibility='default'/>
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 1148 <var-decl name='_st' type-id='498c040b' visibility='default'/>
|