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

/xnu-2782.1.97/bsd/sys/
H A Ddomain.h150 struct domain_old *dom_old; /* domain pointer per net_add_domain */ member in struct:domain
/xnu-2782.1.97/bsd/kern/
H A Duipc_domain.c166 VERIFY(dp->dom_old != NULL);
168 if (dp->dom_old->dom_init != NULL)
169 dp->dom_old->dom_init();
220 struct domain_old *odp = dp->dom_old;
253 if (dp->dom_old == odp) {
292 dp->dom_old = odp;
323 VERIFY(dp1->dom_old != NULL);
324 if (odp == dp1->dom_old)
331 VERIFY(dp1->dom_old == odp);
434 if (dp->dom_old
[all...]
/xnu-2782.1.97/tools/lldbmacros/
H A Dnet.py1798 if (dp.dom_old):
1800 out_string += GetSourceInformationForAddress(dp.dom_old) + "\n"

Completed in 74 milliseconds