Searched refs:kmod_module_new_from_path (Results 1 – 11 of 11) sorted by relevance
| /external/kmod/libkmod/ |
| D | libkmod.sym | 31 kmod_module_new_from_path;
|
| D | README | 28 err = kmod_module_new_from_path(ctx, path, &mod);
|
| D | libkmod.h | 128 int kmod_module_new_from_path(struct kmod_ctx *ctx, const char *path,
|
| D | libkmod-module.c | 189 err = kmod_module_new_from_path(ctx, path, &depmod); in kmod_module_parse_depline() 387 KMOD_EXPORT int kmod_module_new_from_path(struct kmod_ctx *ctx, in kmod_module_new_from_path() function
|
| /external/kmod/libkmod/docs/ |
| D | libkmod-sections.txt | 52 kmod_module_new_from_path
|
| /external/kmod/tools/ |
| D | insmod.c | 142 err = kmod_module_new_from_path(ctx, filename, &mod); in do_insmod()
|
| D | rmmod.c | 166 err = kmod_module_new_from_path(ctx, arg, &mod); in do_rmmod()
|
| D | modprobe.c | 223 int err = kmod_module_new_from_path(ctx, filename, &mod); in show_modversions() 251 int err = kmod_module_new_from_path(ctx, filename, &mod); in show_exports()
|
| D | modinfo.c | 286 int err = kmod_module_new_from_path(ctx, path, &mod); in modinfo_path_do()
|
| D | depmod.c | 1257 err = kmod_module_new_from_path(depmod->ctx, path, &kmod); in depmod_modules_search_file() 3083 err = kmod_module_new_from_path(depmod.ctx, path, &mod); in do_depmod()
|
| /external/kmod/testsuite/ |
| D | test-init.c | 97 err = kmod_module_new_from_path(ctx, "/mod-simple.ko", &mod); in test_insert()
|