Lines Matching refs:pr_domain
557 so->so_family = prp->pr_domain->dom_family; in socreate_internal()
636 os_atomic_inc(&prp->pr_domain->dom_refs, relaxed); in socreate_internal()
1087 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_wait_locked()
1281 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_locked()
1328 os_atomic_dec(&so->so_proto->pr_domain->dom_refs, relaxed); in soclose_locked()
1374 mutex_held = so->so_proto->pr_domain->dom_mtx; in soabort()
3000 if (pr->pr_domain->dom_externalize != NULL) { in soreceive_ctl()
3049 if (pr->pr_domain->dom_externalize != NULL && in soreceive_ctl()
3060 error = (*pr->pr_domain->dom_externalize)(cm); in soreceive_ctl()
4440 mutex_held = so->so_proto->pr_domain->dom_mtx; in sorflush()
4518 if ((pr->pr_flags & PR_RIGHTS) && pr->pr_domain->dom_dispose) { in sorflush()
4519 (*pr->pr_domain->dom_dispose)(asb.sb_mb); in sorflush()
7201 return so->so_proto->pr_domain->dom_mtx; in socket_getlock()
7214 LCK_MTX_ASSERT(so->so_proto->pr_domain->dom_mtx, in socket_lock()
7217 lck_mtx_lock(so->so_proto->pr_domain->dom_mtx); in socket_lock()
7234 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_lock_assert_owned()
7248 mtx = so->so_proto->pr_domain->dom_mtx; in socket_try_lock()
7268 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_unlock()
7302 mutex_held = so->so_proto->pr_domain->dom_mtx; in sofree()