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

/sssd/src/providers/ipa/
H A Dipa_hbac_hosts.c258 struct hbac_rule_element *shosts; local
267 shosts = talloc_zero(tmp_ctx, struct hbac_rule_element);
268 if (shosts == NULL) {
273 shosts->category = HBAC_CATEGORY_ALL;
286 &host_count, &shosts);
291 if (shosts->category & HBAC_CATEGORY_ALL) {
304 shosts->names = talloc_realloc(shosts, shosts->names, const char *,
306 if (shosts
[all...]

Completed in 8 milliseconds