Home
last modified time | relevance | path

Searched refs:kmod_module_new_from_path (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/kmod/tools/
H A Dmodprobe.c223 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()
622 err = kmod_module_new_from_path(ctx, alias, &mod); in insmod()
H A Dinsmod.c142 err = kmod_module_new_from_path(ctx, filename, &mod); in do_insmod()
H A Drmmod.c166 err = kmod_module_new_from_path(ctx, arg, &mod); in do_rmmod()
H A Dmodinfo.c286 int err = kmod_module_new_from_path(ctx, path, &mod); in modinfo_path_do()
H A Ddepmod.c1262 err = kmod_module_new_from_path(depmod->ctx, path, &kmod); in depmod_modules_search_file()
3103 err = kmod_module_new_from_path(depmod.ctx, path, &mod); in do_depmod()
/aosp_15_r20/external/kmod/libkmod/
H A Dlibkmod.sym31 kmod_module_new_from_path;
H A DREADME28 err = kmod_module_new_from_path(ctx, path, &mod);
H A Dlibkmod.h128 int kmod_module_new_from_path(struct kmod_ctx *ctx, const char *path,
H A Dlibkmod-module.c189 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
/aosp_15_r20/external/kmod/libkmod/docs/
H A Dlibkmod-sections.txt52 kmod_module_new_from_path
/aosp_15_r20/external/kmod/testsuite/
H A Dtest-init.c97 err = kmod_module_new_from_path(ctx, "/mod-simple.ko", &mod); in test_insert()