Lines Matching defs:hosts
98 struct ipa_common_entries *hosts;
140 state->hosts = talloc_zero(state, struct ipa_common_entries);
141 if (state->hosts == NULL) {
146 if (state->hosts == NULL) {
266 * we want all hosts
304 &state->hosts->entry_count,
305 &state->hosts->entries,
306 &state->hosts->group_count,
307 &state->hosts->groups);
308 state->hosts->entry_subdir = HBAC_HOSTS_SUBDIR;
309 state->hosts->group_subdir = HBAC_HOSTGROUPS_SUBDIR;
360 state->hosts->entry_count,
361 state->hosts->entries,
444 state->hosts, state->services, state->rules,