Home | History | Annotate | Download | only in ypbind

Lines Matching defs:domains

116 /* the list of all domains */
117 static struct domain *domains;
280 for (dom = domains; dom != NULL; dom = dom->dom_next)
305 * domains.
341 * reject domains for which there is no ypservers file.
355 dom->dom_next = domains;
356 domains = dom;
505 for (dom = domains; dom != NULL; dom = dom->dom_next)
620 * carry the XID of one of the domains we know about; but
716 /* Reject invalid domains. */
724 * more than 100 domains. The intent here is to avoid allowing
726 * domains; but this logic means that if we legitimately have
731 for (count = 0, dom = domains;
1518 for (dom = domains; dom != NULL; dom = dom->dom_next) {
1571 * Do an extra nag_servers() for any domains that are DEAD. This way
1581 for (dom = domains; dom != NULL; dom = dom->dom_next) {
1718 removelock(domains);
1798 if (!started && domains->dom_state == DOM_ALIVE) {