Searched defs:autofs_ctx (Results 1 - 2 of 2) sorted by relevance

/sssd/src/responder/autofs/
H A Dautofs_private.h28 struct autofs_ctx { struct
86 errno_t autofs_orphan_maps(struct autofs_ctx *actx);
H A Dautofssrv.c46 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; local
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, cd
[all...]

Completed in 263 milliseconds