Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dndrv.c108 static struct domain *ndrvdomain = NULL; variable
200 LCK_MTX_ASSERT(ndrvdomain->dom_mtx, LCK_MTX_ASSERT_NOTOWNED); in ndrv_input()
201 lck_mtx_lock(ndrvdomain->dom_mtx); in ndrv_input()
205 lck_mtx_unlock(ndrvdomain->dom_mtx); in ndrv_input()
216 lck_mtx_unlock(ndrvdomain->dom_mtx); in ndrv_input()
260 LCK_MTX_ASSERT(ndrvdomain->dom_mtx, LCK_MTX_ASSERT_NOTOWNED); in ndrv_attach()
261 lck_mtx_lock(ndrvdomain->dom_mtx); in ndrv_attach()
265 lck_mtx_unlock(ndrvdomain->dom_mtx); in ndrv_attach()
330 LCK_MTX_ASSERT(ndrvdomain->dom_mtx, LCK_MTX_ASSERT_NOTOWNED); in ndrv_event()
331 lck_mtx_lock(ndrvdomain->dom_mtx); in ndrv_event()
[all …]