Searched defs:bound_domains (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_bind.c102 * manipulation of the bound_domains list.
118 static struct dom_binding *bound_domains; /* List of bound domains */ variable in typeref:struct:dom_binding
139 * Attempts to find a dom_binding in the list at bound_domains having the
169 for (prev = &bound_domains; (p = *prev) != 0; prev = &p->dom_pnext) {
212 for (p = bound_domains; p != 0; p = q) {
216 bound_domains = 0;
238 for (pdomb = bound_domains; pdomb != NULL; pdomb = pdomb->dom_pnext) {
399 pdomb->dom_pnext = bound_domains; /* Link this to the list as */
420 bound_domains = pdomb; /* ... the head entry */
525 * pointed to by cell bound_domains,
[all...]

Completed in 18 milliseconds