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;
400 struct ipa_hostinfo *host,
424 state->host = host;
564 host_filter = ipa_sudo_host_filter(state, state->host, map);
566 DEBUG(SSSDBG_CRIT_FAILURE, "Unable to build host filter\n");
974 DEBUG(SSSDBG_TRACE_FUNC, "About to fetch host information\n");
976 /* Obtain host information. */
997 struct ipa_hostinfo *host;
1004 host = talloc_zero(state, struct ipa_hostinfo);
1005 if (host == NULL) {
1011 ret = ipa_host_info_recv(subreq, host, &host->num_hosts, &host->hosts,
1012 &host->num_hostgroups, &host->hostgroups);
1015 DEBUG(SSSDBG_OP_FAILURE, "Unable to retrieve host information "
1023 state->sudo_ctx, host,