Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Duipc_domain.c197 VERIFY(dp->dom_old != NULL); in dom_init_old()
199 if (dp->dom_old->dom_init != NULL) { in dom_init_old()
200 dp->dom_old->dom_init(); in dom_init_old()
255 struct domain_old *odp = dp->dom_old; in detach_domain()
288 if (dp->dom_old == odp) { in net_add_domain_old()
317 dp->dom_old = odp; in net_add_domain_old()
349 VERIFY(dp1->dom_old != NULL); in net_del_domain_old()
350 if (odp == dp1->dom_old) { in net_del_domain_old()
358 VERIFY(dp1->dom_old == odp); in net_del_domain_old()
466 if (dp->dom_old == odp) { in net_add_proto_old()
[all …]
/xnu-12377.1.9/bsd/sys/
H A Ddomain.h153 struct domain_old *dom_old; /* domain pointer per net_add_domain */ member
/xnu-12377.1.9/tools/lldbmacros/
H A Dnet.py1958 if (dp.dom_old):
1960 out_string += GetSourceInformationForAddress(dp.dom_old) + "\n"