Home | History | Annotate | Download | only in libkmod

Lines Matching defs:config

84 	struct kmod_config *config;
267 /* environment overwrites config */
274 err = kmod_config_new(ctx, &ctx->config, config_paths);
276 ERR(ctx, "could not create config\n");
336 if (ctx->config)
337 kmod_config_free(ctx->config);
633 struct kmod_config *config = ctx->config;
637 kmod_list_foreach(l, config->aliases) {
667 struct kmod_config *config = ctx->config;
671 kmod_list_foreach(l, config->install_commands) {
707 kmod_list_foreach(l, config->remove_commands) {
793 if (ctx == NULL || ctx->config == NULL)
796 kmod_list_foreach(l, ctx->config->paths) {
947 return ctx->config;