Lines Matching refs:dom
77 struct auth_domain *dom = NULL; in expkey_parse() local
98 dom = auth_domain_find(buf); in expkey_parse()
99 if (!dom) in expkey_parse()
124 key.ek_client = dom; in expkey_parse()
161 if (dom) in expkey_parse()
162 auth_domain_put(dom); in expkey_parse()
530 struct auth_domain *dom = NULL; in svc_export_parse() local
549 dom = auth_domain_find(buf); in svc_export_parse()
550 if (!dom) in svc_export_parse()
562 exp.ex_client = dom; in svc_export_parse()
661 auth_domain_put(dom); in svc_export_parse()