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

/sssd/src/providers/ipa/
H A Dipa_hbac_hosts.c42 struct hbac_rule_element *new_hosts; local
57 new_hosts = talloc_zero(tmp_ctx, struct hbac_rule_element);
58 if (new_hosts == NULL) {
64 ret = hbac_get_category(rule_attrs, category_attr, &new_hosts->category);
69 if (new_hosts->category & HBAC_CATEGORY_ALL) {
88 new_hosts->names = talloc_array(new_hosts,
91 if (new_hosts->names == NULL) {
96 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 232 milliseconds