Searched refs:dp1 (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Duipc_domain.c310 struct domain *dp1, *dp2; local
322 TAILQ_FOREACH_SAFE(dp1, &domains, dom_entry, dp2) {
323 if (!(dp1->dom_flags & DOM_OLD))
325 VERIFY(dp1->dom_old != NULL);
326 if (odp == dp1->dom_old)
329 if (dp1 != NULL) {
332 VERIFY(dp1->dom_flags & DOM_OLD);
333 VERIFY(dp1->dom_old == odp);
336 TAILQ_FOREACH_SAFE(pp1, &dp1->dom_protosw, pr_entry, pp2) {
337 detach_proto(pp1, dp1);
[all...]
/xnu-2422.115.4/SETUP/config/
H A Dmkioconf.c740 register struct device *dp, *dp1, *mp; local
759 for (dp1 = dtab; dp1 != 0; dp1 = dp1->d_next) {
763 if (dp1->d_pri != -1000) switch (dp1->d_type) {
767 dp1->d_name);
773 for (dp = dp1; dp != 0; dp = dp->d_next) {
774 if (!strcmp(dp->d_name, dp1
[all...]

Completed in 13 milliseconds