Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dndrv.c107 static struct domain *ndrvdomain = NULL; variable
199 LCK_MTX_ASSERT(ndrvdomain->dom_mtx, LCK_MTX_ASSERT_NOTOWNED); in ndrv_input()
200 lck_mtx_lock(ndrvdomain->dom_mtx); in ndrv_input()
204 lck_mtx_unlock(ndrvdomain->dom_mtx); in ndrv_input()
215 lck_mtx_unlock(ndrvdomain->dom_mtx); in ndrv_input()
259 LCK_MTX_ASSERT(ndrvdomain->dom_mtx, LCK_MTX_ASSERT_NOTOWNED); in ndrv_attach()
260 lck_mtx_lock(ndrvdomain->dom_mtx); in ndrv_attach()
264 lck_mtx_unlock(ndrvdomain->dom_mtx); in ndrv_attach()
331 LCK_MTX_ASSERT(ndrvdomain->dom_mtx, LCK_MTX_ASSERT_NOTOWNED); in ndrv_event()
332 lck_mtx_lock(ndrvdomain->dom_mtx); in ndrv_event()
[all …]