Lines Matching defs:client
241 sss_autofs_cmd_setautomntent(struct cli_ctx *client)
253 cmdctx = talloc_zero(client, struct autofs_cmd_ctx);
257 cmdctx->cctx = client;
428 struct cli_ctx *client = cmdctx->cctx;
434 actx = talloc_get_type(client->rctx->pvt_ctx, struct autofs_ctx);
435 state_ctx = talloc_get_type(client->state_ctx, struct autofs_state_ctx);
454 ret = sss_parse_name_for_domains(state, client->rctx->domains,
468 dctx->domain = responder_get_domain(client->rctx, domname);
474 state_ctx->automntmap_name = talloc_strdup(client, rawname);
481 dctx->domain = client->rctx->domains;
484 state_ctx->automntmap_name = talloc_strdup(client, state->mapname);
572 lookup_ctx->rctx = client->rctx;
928 sss_autofs_cmd_getautomntent(struct cli_ctx *client)
943 cmdctx = talloc_zero(client, struct autofs_cmd_ctx);
947 cmdctx->cctx = client;
949 actx = talloc_get_type(client->rctx->pvt_ctx, struct autofs_ctx);
1210 sss_autofs_cmd_getautomntbyname(struct cli_ctx *client)
1226 cmdctx = talloc_zero(client, struct autofs_cmd_ctx);
1230 cmdctx->cctx = client;
1232 actx = talloc_get_type(client->rctx->pvt_ctx, struct autofs_ctx);
1469 sss_autofs_cmd_endautomntent(struct cli_ctx *client)
1476 pctx = talloc_get_type(client->protocol_ctx, struct cli_protocol);
1487 sss_cmd_done(client, NULL);