Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dndrv.c116 static struct domain *ndrvdomain = NULL; variable
220 LCK_MTX_ASSERT(ndrvdomain->dom_mtx, LCK_MTX_ASSERT_NOTOWNED); in ndrv_input()
221 lck_mtx_lock(ndrvdomain->dom_mtx); in ndrv_input()
225 lck_mtx_unlock(ndrvdomain->dom_mtx); in ndrv_input()
236 lck_mtx_unlock(ndrvdomain->dom_mtx); in ndrv_input()
280 LCK_MTX_ASSERT(ndrvdomain->dom_mtx, LCK_MTX_ASSERT_NOTOWNED); in ndrv_attach()
281 lck_mtx_lock(ndrvdomain->dom_mtx); in ndrv_attach()
286 lck_mtx_unlock(ndrvdomain->dom_mtx); in ndrv_attach()
352 LCK_MTX_ASSERT(ndrvdomain->dom_mtx, LCK_MTX_ASSERT_NOTOWNED); in ndrv_event()
353 lck_mtx_lock(ndrvdomain->dom_mtx); in ndrv_event()
[all …]