Searched refs:dom_mtx (Results 1 - 19 of 19) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dat_proto.c115 atalk_mutex = atalkdom->dom_mtx;
130 lck_mtx_assert(atalkdom->dom_mtx, LCK_MTX_ASSERT_NOTOWNED);
131 lck_mtx_lock(atalkdom->dom_mtx);
141 lck_mtx_assert(atalkdom->dom_mtx, LCK_MTX_ASSERT_OWNED);
143 lck_mtx_unlock(atalkdom->dom_mtx);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddomain.h106 lck_mtx_t *dom_mtx; /* domain global mutex */ member in struct:domain
108 void *dom_mtx; /* domain global mutex */ member in struct:domain
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Draw_usrreq.c191 mutex_held = so->so_proto->pr_domain->dom_mtx;
240 mutex_held = so->so_proto->pr_domain->dom_mtx;
294 mutex_held = so->so_proto->pr_domain->dom_mtx;
341 mutex_held = so->so_proto->pr_domain->dom_mtx;
H A Dkpi_protocol.c252 lck_mtx_lock(entry->domain->dom_mtx);
270 lck_mtx_unlock(entry->domain->dom_mtx);
293 lck_mtx_lock(entry->domain->dom_mtx);
311 lck_mtx_unlock(entry->domain->dom_mtx);
H A Dndrv.c192 lck_mtx_assert(so->so_proto->pr_domain->dom_mtx, LCK_MTX_ASSERT_NOTOWNED);
193 lck_mtx_lock(so->so_proto->pr_domain->dom_mtx);
198 lck_mtx_unlock(so->so_proto->pr_domain->dom_mtx);
300 lck_mtx_assert(ndrvdomain.dom_mtx, LCK_MTX_ASSERT_NOTOWNED);
301 lck_mtx_lock(ndrvdomain.dom_mtx);
303 lck_mtx_unlock(ndrvdomain.dom_mtx);
407 lck_mtx_assert(so->so_proto->pr_domain->dom_mtx, LCK_MTX_ASSERT_OWNED);
863 lck_mtx_assert(so->so_proto->pr_domain->dom_mtx, LCK_MTX_ASSERT_OWNED);
H A Droute.c398 route_domain_mtx = routedomain.dom_mtx;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_divert.c646 lck_mtx_lock(so->so_proto->pr_domain->dom_mtx);
688 mutex_held = so->so_proto->pr_domain->dom_mtx;
717 return (so->so_proto->pr_domain->dom_mtx);
H A Draw_ip.c808 lck_mtx_unlock(so->so_proto->pr_domain->dom_mtx);
817 lck_mtx_unlock(so->so_proto->pr_domain->dom_mtx);
H A Dtcp_subr.c1861 lck_mtx_lock(so->so_proto->pr_domain->dom_mtx);
1920 return (so->so_proto->pr_domain->dom_mtx);
H A Dudp_usrreq.c1426 return (so->so_proto->pr_domain->dom_mtx);
H A Dip_input.c449 inet_domain_mutex = dp->dom_mtx;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_control.c933 lck_mtx_lock(so->so_proto->pr_domain->dom_mtx);
969 mutex_held = so->so_proto->pr_domain->dom_mtx;
995 return (so->so_proto->pr_domain->dom_mtx);
H A Dkpi_socket.c97 mutex_held = sock->so_proto->pr_domain->dom_mtx;
230 mutex_held = sock->so_proto->pr_domain->dom_mtx;
294 mutex_held = sock->so_proto->pr_domain->dom_mtx;
H A Duipc_socket2.c237 mutex_held = head->so_proto->pr_domain->dom_mtx;
424 mutex_held = so->so_proto->pr_domain->dom_mtx;
469 mutex_held = so->so_proto->pr_domain->dom_mtx;
733 mutex_held = sb->sb_so->so_proto->pr_domain->dom_mtx;
1693 mutex_held = so->so_proto->pr_domain->dom_mtx;
H A Duipc_domain.c121 if ((dp->dom_mtx = lck_mtx_alloc_init(domain_proto_mtx_grp, domain_proto_mtx_attr)) == NULL) {
H A Duipc_socket.c837 mutex_held = so->so_proto->pr_domain->dom_mtx;
960 mutex_held = so->so_proto->pr_domain->dom_mtx;
1042 mutex_held = so->so_proto->pr_domain->dom_mtx;
2803 mutex_held = so->so_proto->pr_domain->dom_mtx;
3855 lck_mtx_assert(so->so_proto->pr_domain->dom_mtx,
3858 lck_mtx_lock(so->so_proto->pr_domain->dom_mtx);
3882 mutex_held = so->so_proto->pr_domain->dom_mtx;
3913 mutex_held = so->so_proto->pr_domain->dom_mtx;
H A Duipc_syscalls.c379 mutex_held = head->so_proto->pr_domain->dom_mtx;
659 mutex_held = so->so_proto->pr_domain->dom_mtx;
H A Dkern_event.c2072 sys_mtx = sysdom->dom_mtx;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_proto.c336 inet6_domain_mutex = dp->dom_mtx;

Completed in 220 milliseconds