Home
last modified time | relevance | path

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

/freebsd-11-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()
2342 FW_GLOCK(fc); in fw_open_isodma()
HDfwohci.c1041 FW_GLOCK(&sc->fc);
1051 FW_GLOCK(&sc->fc);
1166 FW_GLOCK(fc);
1185 FW_GLOCK(fc);
1530 FW_GLOCK(fc);
1660 FW_GLOCK(fc);
1996 FW_GLOCK(&sc->fc);
2102 FW_GLOCK(&sc->fc);
2112 FW_GLOCK(fc);
2147 FW_GLOCK(fc);
[all …]
HDfwmem.c276 FW_GLOCK(sc->fc); in fwmem_open()
309 FW_GLOCK(fms->sc->fc); in fwmem_close()
HDfirewirereg.h167 #define FW_GLOCK(fc) mtx_lock(FW_GMTX(fc)) macro