Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dndrv.c116 static struct domain *ndrvdomain = NULL; variable
213 LCK_MTX_ASSERT(ndrvdomain->dom_mtx, LCK_MTX_ASSERT_NOTOWNED); in ndrv_input()
214 lck_mtx_lock(ndrvdomain->dom_mtx); in ndrv_input()
218 lck_mtx_unlock(ndrvdomain->dom_mtx); in ndrv_input()
229 lck_mtx_unlock(ndrvdomain->dom_mtx); in ndrv_input()
273 LCK_MTX_ASSERT(ndrvdomain->dom_mtx, LCK_MTX_ASSERT_NOTOWNED); in ndrv_attach()
274 lck_mtx_lock(ndrvdomain->dom_mtx); in ndrv_attach()
279 lck_mtx_unlock(ndrvdomain->dom_mtx); in ndrv_attach()
345 LCK_MTX_ASSERT(ndrvdomain->dom_mtx, LCK_MTX_ASSERT_NOTOWNED); in ndrv_event()
346 lck_mtx_lock(ndrvdomain->dom_mtx); in ndrv_event()
[all …]