Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwdev.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()
H A Dfirewire.c149 FW_GLOCK(fc); in fw_noderesolve_nodeid()
166 FW_GLOCK(fc); in fw_noderesolve_eui64()
301 FW_GLOCK(fc); in fw_asystart()
461 FW_GLOCK(fc); in firewire_attach()
574 FW_GLOCK(fc); in fw_drain_txq()
888 FW_GLOCK(fc); in fw_bindlookup()
912 FW_GLOCK(fc); in fw_bindadd()
943 FW_GLOCK(fc); in fw_bindremove()
1160 FW_GLOCK(xfer->fc); in fw_xfer_unload()
2337 FW_GLOCK(fc); in fw_open_isodma()
H A Dfwmem.c278 FW_GLOCK(sc->fc); in fwmem_open()
311 FW_GLOCK(fms->sc->fc); in fwmem_close()
H A Dfwohci.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 …]
H A Dfirewirereg.h167 #define FW_GLOCK(fc) mtx_lock(FW_GMTX(fc)) macro