Lines Matching defs:dom
26 struct sdap_domain *dom =
28 DLIST_REMOVE(*(dom->head), dom);
34 struct sss_domain_info *dom)
39 if (sditer->dom == dom) {
90 struct sss_domain_info *dom,
100 sdom->dom = dom;
104 ret = domain_to_basedn(sdom, sdom->dom->name, &sdom->basedn);
108 dom->name, ret, strerror(ret));
131 struct sss_domain_info *dom;
135 for (dom = get_next_domain(parent, SSS_GND_DESCEND);
136 dom && IS_SUBDOMAIN(dom); /* if we get back to a parent, stop */
137 dom = get_next_domain(dom, 0)) {
140 if (sditer->dom == dom) {
148 "create a new sdap domain object\n", dom->name);
150 ret = sdap_domain_add(sdap_id_ctx->opts, dom, &sdom);
160 dom->name);
194 struct sss_domain_info *dom)
198 sdom = sdap_domain_get(opts, dom);