Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/firewire/
Dfirewirereg.h179 #define FW_GLOCK_ASSERT(fc) mtx_assert(FW_GMTX(fc), MA_OWNED) macro
Dfwohci.c885 FW_GLOCK_ASSERT(&sc->fc);
1846 FW_GLOCK_ASSERT(fc);
2072 FW_GLOCK_ASSERT(&sc->fc);
2509 FW_GLOCK_ASSERT(&sc->fc);
Dfirewire.c742 FW_GLOCK_ASSERT(fc); in fw_busreset()