Lines Matching refs:dom
37 static NTSTATUS idmap_sss_initialize(struct idmap_domain *dom)
42 if (dom == NULL) {
46 ctx = talloc_zero(dom, struct idmap_sss_ctx);
58 dom->private_data = ctx;
63 static NTSTATUS idmap_sss_unixids_to_sids(struct idmap_domain *dom,
74 if (dom == NULL) {
78 ctx = talloc_get_type(dom->private_data, struct idmap_sss_ctx);
126 static NTSTATUS idmap_sss_sids_to_unixids(struct idmap_domain *dom,
137 if (dom == NULL) {
141 ctx = talloc_get_type(dom->private_data, struct idmap_sss_ctx);