Lines Matching refs:pr_domain
717 so->so_family = prp->pr_domain->dom_family; in socreate_internal()
794 os_atomic_inc(&prp->pr_domain->dom_refs, relaxed); in socreate_internal()
1247 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_wait_locked()
1441 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_locked()
1488 os_atomic_dec(&so->so_proto->pr_domain->dom_refs, relaxed); in soclose_locked()
1534 mutex_held = so->so_proto->pr_domain->dom_mtx; in soabort()
3120 if (pr->pr_domain->dom_externalize != NULL) { in soreceive_ctl()
3169 if (pr->pr_domain->dom_externalize != NULL && in soreceive_ctl()
3180 error = (*pr->pr_domain->dom_externalize)(cm); in soreceive_ctl()
4561 mutex_held = so->so_proto->pr_domain->dom_mtx; in sorflush()
4639 if ((pr->pr_flags & PR_RIGHTS) && pr->pr_domain->dom_dispose) { in sorflush()
4640 (*pr->pr_domain->dom_dispose)(asb.sb_mb); in sorflush()
7259 return so->so_proto->pr_domain->dom_mtx; in socket_getlock()
7272 LCK_MTX_ASSERT(so->so_proto->pr_domain->dom_mtx, in socket_lock()
7275 lck_mtx_lock(so->so_proto->pr_domain->dom_mtx); in socket_lock()
7292 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_lock_assert_owned()
7306 mtx = so->so_proto->pr_domain->dom_mtx; in socket_try_lock()
7326 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_unlock()
7360 mutex_held = so->so_proto->pr_domain->dom_mtx; in sofree()