Searched refs:kmod_get_dirname (Results 1 – 9 of 9) sorted by relevance
93 kmod_get_dirname;
54 const char *kmod_get_dirname(const struct kmod_ctx *ctx);
63 const char *dirname = kmod_get_dirname(ctx); in kmod_builtin_iter_new()
161 KMOD_EXPORT const char *kmod_get_dirname(const struct kmod_ctx *ctx) in kmod_get_dirname() function
891 conf_files_insert_sorted(ctx, &list, kmod_get_dirname(ctx), "modules.softdep"); in kmod_config_new()
157 dirname = kmod_get_dirname(mod->ctx); in kmod_module_parse_depline()
18 kmod_get_dirname
632 ctx ? kmod_get_dirname(ctx) : "(missing)"); in insmod()
166 - Add missing function in the html documentation: kmod_get_dirname().422 - New kmod_get_dirname() API to get the module directory set in the