Lines Matching refs:dom
75 struct auth_domain *dom = NULL; in expkey_parse() local
96 dom = auth_domain_find(buf); in expkey_parse()
97 if (!dom) in expkey_parse()
122 key.ek_client = dom; in expkey_parse()
159 if (dom) in expkey_parse()
160 auth_domain_put(dom); in expkey_parse()
515 struct auth_domain *dom = NULL; in svc_export_parse() local
534 dom = auth_domain_find(buf); in svc_export_parse()
535 if (!dom) in svc_export_parse()
547 exp.ex_client = dom; in svc_export_parse()
646 auth_domain_put(dom); in svc_export_parse()