Lines Matching refs:maps
4 IPA Backend Module -- SELinux user maps (maps retrieval)
43 struct sysdb_attrs **maps;
77 state->maps = NULL;
130 DEBUG(SSSDBG_TRACE_FUNC, "Trying to fetch SELinux maps with following "
169 "Found %zu user maps in current search base\n", count);
172 state->maps = talloc_realloc(state, state->maps, struct sysdb_attrs *, total_count);
173 if (state->maps == NULL) {
180 state->maps[state->map_count] = talloc_steal(state->maps, results[i]);
195 DEBUG(SSSDBG_TRACE_FUNC, "No SELinux user maps found!\n");
211 struct sysdb_attrs ***maps)
219 *maps = talloc_steal(mem_ctx, state->maps);