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

/sssd-io/src/providers/ipa/
H A Dipa_hbac_hosts.c259 struct hbac_rule_element *shosts; local
268 shosts = talloc_zero(tmp_ctx, struct hbac_rule_element);
269 if (shosts == NULL) {
274 shosts->category = HBAC_CATEGORY_ALL;
287 &host_count, &shosts);
292 if (shosts->category & HBAC_CATEGORY_ALL) {
305 shosts->names = talloc_realloc(shosts, shosts->names, const char *,
307 if (shosts
[all...]

Completed in 34 milliseconds