HomeSort by relevance Sort by last modified time
    Searched refs:kmod_module_new_from_path (Results 1 - 8 of 8) sorted by null

  /external/kmod/testsuite/
test-init.c 59 err = kmod_module_new_from_path(ctx, "/mod-simple.ko", &mod);
  /external/kmod/tools/
insmod.c 142 err = kmod_module_new_from_path(ctx, filename, &mod);
rmmod.c 163 err = kmod_module_new_from_path(ctx, arg, &mod);
modinfo.c 267 int err = kmod_module_new_from_path(ctx, path, &mod);
modprobe.c 211 int err = kmod_module_new_from_path(ctx, filename, &mod);
depmod.c 1095 err = kmod_module_new_from_path(depmod->ctx, path, &kmod);
    [all...]
  /external/kmod/libkmod/
libkmod.h 127 int kmod_module_new_from_path(struct kmod_ctx *ctx, const char *path,
libkmod-module.c 189 err = kmod_module_new_from_path(ctx, path, &depmod);
367 * kmod_module_new_from_path:
387 KMOD_EXPORT int kmod_module_new_from_path(struct kmod_ctx *ctx, function
    [all...]

Completed in 96 milliseconds