Searched refs:bound_domains (Results 1 – 2 of 2) sorted by relevance
88 static struct dom_binding *bound_domains; /* List of bound domains */ variable180 for (pdomb = bound_domains; pdomb != NULL; pdomb = pdomb->dom_pnext) {203 pdomb->dom_pnext = bound_domains; /* Link this to the list as */204 bound_domains = pdomb; /* ... the head entry */221 for (pdomb = bound_domains; pdomb != NULL;225 if (pdomb == bound_domains)226 bound_domains = pdomb->dom_pnext;
118 static struct dom_binding *bound_domains; /* List of bound domains */ variable169 for (prev = &bound_domains; (p = *prev) != 0; prev = &p->dom_pnext) { in __yp_unbind_nolock()212 for (p = bound_domains; p != 0; p = q) { in newborn()216 bound_domains = 0; in newborn()238 for (pdomb = bound_domains; pdomb != NULL; pdomb = pdomb->dom_pnext) { in check_binding()399 pdomb->dom_pnext = bound_domains; /* Link this to the list as */ in load_dom_binding()420 bound_domains = pdomb; /* ... the head entry */ in load_dom_binding()