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

/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_impl.h68 struct known_domain *known_domains; member in struct:adutils_ad
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c64 static struct domain *known_domains; variable in typeref:struct:domain
180 for (pdom = known_domains; pdom != (struct domain *)NULL;
965 for (pdom = known_domains; pdom != (struct domain *)NULL;
981 pdom->dom_pnext = known_domains;
982 known_domains = pdom;
1439 * We are called once at startup (when the known_domains list is empty)
1457 for (pdom = known_domains; pdom != (struct domain *)NULL;

Completed in 56 milliseconds