Home
last modified time | relevance | path

Searched refs:FW_GLOCK (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c182 FW_GLOCK(sc->fc); in fw_open()
298 FW_GLOCK(d->fc); in fw_read_async()
304 FW_GLOCK(d->fc); in fw_read_async()
350 FW_GLOCK(xfer->fc); in fw_read_async()
383 FW_GLOCK(fc); in fw_read()
403 FW_GLOCK(fc); in fw_read()
442 FW_GLOCK(fc); in fw_read()
528 FW_GLOCK(xfer->fc); in fw_write_async()
564 FW_GLOCK(fc); in fw_write()
583 FW_GLOCK(fc); in fw_write()
[all …]
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp129 FW_GLOCK(fc); in fw_noderesolve_eui64()
269 FW_GLOCK(fc); in fw_asystart()
497 FW_GLOCK(fc); in firewire_attach()
599 FW_GLOCK(fc); in fw_drain_txq()
929 FW_GLOCK(fc); in fw_bindlookup()
953 FW_GLOCK(fc); in fw_bindadd()
984 FW_GLOCK(fc); in fw_bindremove()
1231 FW_GLOCK(xfer->fc); in fw_xfer_unload()
2460 FW_GLOCK(fc); in fw_open_isodma()
H A Dfwohci.cpp1062 FW_GLOCK(&sc->fc);
1072 FW_GLOCK(&sc->fc);
1193 FW_GLOCK(fc);
1212 FW_GLOCK(fc);
1610 FW_GLOCK(fc);
1740 FW_GLOCK(fc);
2032 FW_GLOCK(&sc->fc);
2148 FW_GLOCK(fc);
2183 FW_GLOCK(fc);
2235 FW_GLOCK(fc);
[all …]
/haiku/headers/private/firewire/
H A Dfirewirereg.h240 #define FW_GLOCK(fc) mtx_lock(FW_GMTX(fc)) macro