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

/sssd/src/providers/ipa/
H A Dipa_selinux.c426 struct selinux_child_input *sci; local
473 ret = selinux_child_setup(tmp_ctx, pd->user, user_domain, seuser_mls_str, &sci);
479 *_sci = talloc_steal(mem_ctx, sci);
499 struct selinux_child_input *sci; local
538 sci = talloc(tmp_ctx, struct selinux_child_input);
539 if (sci == NULL) {
544 sci->seuser = talloc_strdup(sci, seuser);
545 sci->mls_range = talloc_strdup(sci, mls_rang
561 struct selinux_child_input *sci; member in struct:selinux_child_state
575 selinux_child_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct selinux_child_input *sci) argument
1460 struct selinux_child_input *sci = NULL; local
1582 struct selinux_child_input *sci; local
[all...]

Completed in 12 milliseconds