Lines Matching defs:host
78 struct ipa_hostinfo *host,
105 for (i = 0; i < host->num_hosts; i++) {
106 filter = ipa_sudo_filter_append_origdn(filter, host->hosts[i],
114 for (i = 0; i < host->num_hostgroups; i++) {
115 filter = ipa_sudo_filter_append_origdn(filter, host->hostgroups[i],
369 struct ipa_hostinfo *host;
401 struct ipa_hostinfo *host,
425 state->host = host;
566 host_filter = ipa_sudo_host_filter(state, state->host, map);
568 DEBUG(SSSDBG_CRIT_FAILURE, "Unable to build host filter\n");
979 DEBUG(SSSDBG_TRACE_FUNC, "About to fetch host information\n");
981 /* Obtain host information. */
1002 struct ipa_hostinfo *host;
1009 host = talloc_zero(state, struct ipa_hostinfo);
1010 if (host == NULL) {
1016 ret = ipa_host_info_recv(subreq, host, &host->num_hosts, &host->hosts,
1017 &host->num_hostgroups, &host->hostgroups);
1020 DEBUG(SSSDBG_OP_FAILURE, "Unable to retrieve host information "
1028 state->sudo_ctx, host,