Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/firewire/
HDfwdev.c170 FW_GLOCK(sc->fc); in fw_open()
275 FW_GLOCK(d->fc); in fw_read_async()
304 FW_GLOCK(xfer->fc); in fw_read_async()
335 FW_GLOCK(fc); in fw_read()
383 FW_GLOCK(fc); in fw_read()
435 FW_GLOCK(xfer->fc); in fw_write_async()
469 FW_GLOCK(fc); in fw_write()
510 FW_GLOCK(fc); in fw_write()
528 FW_GLOCK(xfer->fc); in fw_hand()
HDfirewire.c150 FW_GLOCK(fc); in fw_noderesolve_nodeid()
167 FW_GLOCK(fc); in fw_noderesolve_eui64()
302 FW_GLOCK(fc); in fw_asystart()
462 FW_GLOCK(fc); in firewire_attach()
575 FW_GLOCK(fc); in fw_drain_txq()
889 FW_GLOCK(fc); in fw_bindlookup()
913 FW_GLOCK(fc); in fw_bindadd()
944 FW_GLOCK(fc); in fw_bindremove()
1161 FW_GLOCK(xfer->fc); in fw_xfer_unload()
2345 FW_GLOCK(fc); in fw_open_isodma()
HDfwmem.c278 FW_GLOCK(sc->fc); in fwmem_open()
311 FW_GLOCK(fms->sc->fc); in fwmem_close()
HDfwohci.c1042 FW_GLOCK(&sc->fc);
1052 FW_GLOCK(&sc->fc);
1167 FW_GLOCK(fc);
1186 FW_GLOCK(fc);
1528 FW_GLOCK(fc);
1658 FW_GLOCK(fc);
1994 FW_GLOCK(&sc->fc);
2100 FW_GLOCK(&sc->fc);
2110 FW_GLOCK(fc);
2145 FW_GLOCK(fc);
[all …]
HDfirewirereg.h167 #define FW_GLOCK(fc) mtx_lock(FW_GMTX(fc)) macro