Lines Matching defs:autofs_ctx
46 autofs_get_config(struct autofs_ctx *actx,
85 struct autofs_ctx *actx =
86 talloc_get_type(rctx->pvt_ctx, struct autofs_ctx);
105 struct autofs_ctx *autofs_ctx;
128 autofs_ctx = talloc_zero(rctx, struct autofs_ctx);
129 if (!autofs_ctx) {
130 DEBUG(SSSDBG_FATAL_FAILURE, "fatal error initializing autofs_ctx\n");
135 ret = autofs_get_config(autofs_ctx, cdb);
141 autofs_ctx->rctx = rctx;
142 autofs_ctx->rctx->pvt_ctx = autofs_ctx;
145 ret = confdb_get_int(autofs_ctx->rctx->cdb,
155 for (iter = autofs_ctx->rctx->be_conns; iter; iter = iter->next) {
161 hret = sss_hash_create_ex(autofs_ctx, 10, &autofs_ctx->maps, 0, 0, 0, 0,