Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/firewire/
Dfwdev.c172 FW_GLOCK(sc->fc); in fw_open()
277 FW_GLOCK(d->fc); in fw_read_async()
306 FW_GLOCK(xfer->fc); in fw_read_async()
337 FW_GLOCK(fc); in fw_read()
385 FW_GLOCK(fc); in fw_read()
437 FW_GLOCK(xfer->fc); in fw_write_async()
471 FW_GLOCK(fc); in fw_write()
512 FW_GLOCK(fc); in fw_write()
530 FW_GLOCK(xfer->fc); in fw_hand()
Dfirewire.c152 FW_GLOCK(fc); in fw_noderesolve_nodeid()
169 FW_GLOCK(fc); in fw_noderesolve_eui64()
304 FW_GLOCK(fc); in fw_asystart()
464 FW_GLOCK(fc); in firewire_attach()
577 FW_GLOCK(fc); in fw_drain_txq()
891 FW_GLOCK(fc); in fw_bindlookup()
915 FW_GLOCK(fc); in fw_bindadd()
946 FW_GLOCK(fc); in fw_bindremove()
1163 FW_GLOCK(xfer->fc); in fw_xfer_unload()
2344 FW_GLOCK(fc); in fw_open_isodma()
Dfwohci.c1043 FW_GLOCK(&sc->fc);
1053 FW_GLOCK(&sc->fc);
1168 FW_GLOCK(fc);
1187 FW_GLOCK(fc);
1532 FW_GLOCK(fc);
1662 FW_GLOCK(fc);
1998 FW_GLOCK(&sc->fc);
2104 FW_GLOCK(&sc->fc);
2114 FW_GLOCK(fc);
2149 FW_GLOCK(fc);
[all …]
Dfwmem.c278 FW_GLOCK(sc->fc); in fwmem_open()
311 FW_GLOCK(fms->sc->fc); in fwmem_close()
Dfirewirereg.h169 #define FW_GLOCK(fc) mtx_lock(FW_GMTX(fc)) macro