Home
last modified time | relevance | path

Searched refs:FW_GLOCK_ASSERT (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/firewire/
H A Dfirewirereg.h243 #define FW_GLOCK_ASSERT(fc) mtx_assert(FW_GMTX(fc), MA_OWNED) macro
245 #define FW_GLOCK_ASSERT(fc) macro
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp889 FW_GLOCK_ASSERT(&sc->fc);
1872 FW_GLOCK_ASSERT(fc);
2101 FW_GLOCK_ASSERT(&sc->fc);
2533 FW_GLOCK_ASSERT(&sc->fc);
H A Dfirewire.cpp745 FW_GLOCK_ASSERT(fc); in fw_busreset()