Lines Matching refs:pr_domain
718 so->so_family = prp->pr_domain->dom_family; in socreate_internal()
795 os_atomic_inc(&prp->pr_domain->dom_refs, relaxed); in socreate_internal()
1253 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_wait_locked()
1447 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_locked()
1494 os_atomic_dec(&so->so_proto->pr_domain->dom_refs, relaxed); in soclose_locked()
1540 mutex_held = so->so_proto->pr_domain->dom_mtx; in soabort()
3123 if (pr->pr_domain->dom_externalize != NULL) { in soreceive_ctl()
3172 if (pr->pr_domain->dom_externalize != NULL && in soreceive_ctl()
3183 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()
7198 return so->so_proto->pr_domain->dom_mtx; in socket_getlock()
7213 LCK_MTX_ASSERT(so->so_proto->pr_domain->dom_mtx, in socket_lock()
7216 lck_mtx_lock(so->so_proto->pr_domain->dom_mtx); in socket_lock()
7233 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_lock_assert_owned()
7247 mtx = so->so_proto->pr_domain->dom_mtx; in socket_try_lock()
7269 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_unlock()
7303 mutex_held = so->so_proto->pr_domain->dom_mtx; in sofree()