Lines Matching refs:maps
100 hash_key_t *maps;
102 if (!actx || !actx->maps) {
106 hret = hash_keys(actx->maps, &mcount, &maps);
112 hret = hash_delete(actx->maps, &maps[i]);
134 hret = hash_lookup(actx->maps, &key, &value);
189 hret = hash_enter(actx->maps, &key, &value);
197 talloc_steal(actx->maps, map);
409 "Could not set up life timer for autofs maps. "
544 state->map->map_table = actx->maps;
619 /* Iterate over the hash and remove all maps */
622 DEBUG(SSSDBG_MINOR_FAILURE, "Could not remove existing maps from hash\n");
704 "Looking up automount maps from the DP\n");
708 "Error looking up automount maps [%d]: %s\n",
747 map->map_table = lookup_ctx->actx->maps;