Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c184 FW_GUNLOCK(sc->fc); in fw_open()
189 FW_GUNLOCK(sc->fc); in fw_open()
301 FW_GUNLOCK(d->fc); in fw_read_async()
310 FW_GUNLOCK(d->fc); in fw_read_async()
316 FW_GUNLOCK(xfer->fc); in fw_read_async()
352 FW_GUNLOCK(xfer->fc); in fw_read_async()
401 FW_GUNLOCK(fc); in fw_read()
410 FW_GUNLOCK(fc); in fw_read()
414 FW_GUNLOCK(fc); in fw_read()
530 FW_GUNLOCK(xfer->fc); in fw_write_async()
[all …]
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp133 FW_GUNLOCK(fc); in fw_noderesolve_eui64()
275 FW_GUNLOCK(fc); in fw_asystart()
499 FW_GUNLOCK(fc); in firewire_attach()
604 FW_GUNLOCK(fc); in fw_drain_txq()
935 FW_GUNLOCK(fc); in fw_bindlookup()
967 FW_GUNLOCK(fc); in fw_bindadd()
992 FW_GUNLOCK(fc); in fw_bindremove()
1004 FW_GUNLOCK(fc); in fw_bindremove()
1236 FW_GUNLOCK(xfer->fc); in fw_xfer_unload()
2472 FW_GUNLOCK(fc); in fw_open_isodma()
H A Dfwohci.cpp1064 FW_GUNLOCK(&sc->fc);
1074 FW_GUNLOCK(&sc->fc);
1195 FW_GUNLOCK(fc);
1214 FW_GUNLOCK(fc);
1637 FW_GUNLOCK(fc);
1769 FW_GUNLOCK(fc);
2036 FW_GUNLOCK(&sc->fc);
2150 FW_GUNLOCK(fc);
2211 FW_GUNLOCK(fc);
2271 FW_GUNLOCK(fc);
[all …]
/haiku/headers/private/firewire/
H A Dfirewirereg.h241 #define FW_GUNLOCK(fc) mtx_unlock(FW_GMTX(fc)) macro