Home
last modified time | relevance | path

Searched refs:MY_LOCK (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/my/
HDif_my.c854 MY_LOCK(sc); in my_attach()
906 MY_LOCK(sc); in my_attach()
950 MY_LOCK(sc); in my_attach()
994 MY_LOCK(sc); in my_detach()
1178 MY_LOCK(sc); in my_rxeof()
1273 MY_LOCK(sc); in my_intr()
1392 MY_LOCK(sc); in my_start()
1472 MY_LOCK(sc); in my_init()
1579 MY_LOCK(sc); in my_ifmedia_upd()
1604 MY_LOCK(sc); in my_ifmedia_sts()
[all …]
HDif_myreg.h381 #define MY_LOCK(_sc) mtx_lock(&(_sc)->my_mtx) macro