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

/sssd/src/providers/ipa/
H A Dipa_selinux.c348 struct map_order_ctx *mo_ctx; local
356 mo_ctx = talloc(tmp_ctx, struct map_order_ctx);
357 if (mo_ctx == NULL) {
367 mo_ctx->order_count = 1;
370 if (map_order[i] == '$') mo_ctx->order_count++;
373 mo_ctx->order_array = talloc_array(mo_ctx, char *, mo_ctx->order_count);
374 if (mo_ctx->order_array == NULL) {
379 mo_ctx
413 choose_best_seuser(TALLOC_CTX *mem_ctx, struct sysdb_attrs **usermaps, struct pam_data *pd, struct sss_domain_info *user_domain, struct map_order_ctx *mo_ctx, const char *default_user, struct selinux_child_input **_sci) argument
[all...]

Completed in 328 milliseconds