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

/sssd-io/src/providers/ipa/
H A Dipa_selinux.c427 struct selinux_child_input *sci; local
474 ret = selinux_child_setup(tmp_ctx, pd->user, user_domain, seuser_mls_str, &sci);
480 *_sci = talloc_steal(mem_ctx, sci);
500 struct selinux_child_input *sci; local
539 sci = talloc(tmp_ctx, struct selinux_child_input);
540 if (sci == NULL) {
545 sci->seuser = talloc_strdup(sci, seuser);
546 sci->mls_range = talloc_strdup(sci, mls_rang
562 struct selinux_child_input *sci; member in struct:selinux_child_state
576 selinux_child_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct selinux_child_input *sci) argument
1480 struct selinux_child_input *sci = NULL; local
1602 struct selinux_child_input *sci; local
[all...]

Completed in 7 milliseconds