Searched refs:_bs (Results 1 – 3 of 3) sorted by relevance
367 #define BSTP_LOCK_INIT(_bs) mtx_init(&(_bs)->bs_mtx, "bstp", NULL, MTX_DEF) argument368 #define BSTP_LOCK_DESTROY(_bs) mtx_destroy(&(_bs)->bs_mtx) argument369 #define BSTP_LOCK(_bs) mtx_lock(&(_bs)->bs_mtx) argument370 #define BSTP_UNLOCK(_bs) mtx_unlock(&(_bs)->bs_mtx) argument371 #define BSTP_LOCK_ASSERT(_bs) mtx_assert(&(_bs)->bs_mtx, MA_OWNED) argument
1145 #define ath_hal_beacontimers(_ah, _bs) \ argument1146 ((*(_ah)->ah_setStationBeaconTimers)((_ah), (_bs)))
487 * ntpd/refclock_hopfser.c: If we're not using it, provide the _bs.