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

/sssd/src/providers/ipa/
H A Dipa_selinux.c132 struct map_order_ctx { struct
342 struct map_order_ctx **_mo_ctx)
348 struct map_order_ctx *mo_ctx;
356 mo_ctx = talloc(tmp_ctx, struct map_order_ctx);
417 struct map_order_ctx *mo_ctx,
1459 struct map_order_ctx *map_order_ctx = NULL; local
1471 ret = init_map_order_ctx(mem_ctx, map_order, &map_order_ctx);
1479 map_order_ctx, default_user, &sci);
1493 talloc_free(map_order_ctx);
[all...]

Completed in 1100 milliseconds