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

/sssd-io/src/providers/ipa/
H A Dipa_hbac_hosts.c43 struct hbac_rule_element *new_hosts; local
58 new_hosts = talloc_zero(tmp_ctx, struct hbac_rule_element);
59 if (new_hosts == NULL) {
65 ret = hbac_get_category(rule_attrs, category_attr, &new_hosts->category);
70 if (new_hosts->category & HBAC_CATEGORY_ALL) {
89 new_hosts->names = talloc_array(new_hosts,
92 if (new_hosts->names == NULL) {
97 new_hosts->groups = talloc_array(new_hosts,
[all...]
H A Dipa_netgroups.c57 hash_table_t *new_hosts; member in struct:ipa_get_netgroups_state
232 ret = sss_hash_create(state, 32, &state->new_hosts);
613 table = state->new_hosts;
922 state->new_hosts,

Completed in 11 milliseconds