Home
last modified time | relevance | path

Searched refs:kmod_new (Results 1 – 22 of 22) sorted by relevance

/external/kmod/testsuite/
Dtest-init.c37 ctx = kmod_new(NULL, &null_config); in test_initlib()
55 ctx = kmod_new(NULL, &null_config); in test_insert()
90 ctx = kmod_new(NULL, &null_config); in test_remove()
Dtest-new-module.c46 ctx = kmod_new(NULL, &null_config); in from_name()
83 ctx = kmod_new(NULL, NULL); in from_alias()
Dtest-initstate.c43 ctx = kmod_new(NULL, &null_config); in test_initstate_from_lookup()
88 ctx = kmod_new(NULL, &null_config); in test_initstate_from_name()
Dtest-dependencies.c43 ctx = kmod_new(NULL, NULL); in test_dependencies()
Dtest-loaded.c37 ctx = kmod_new(NULL, &null_config); in loaded_1()
Dtest-blacklist.c49 ctx = kmod_new(NULL, NULL); in blacklist_1()
Dinit_module.c192 ctx = kmod_new(NULL, NULL); in init_retcodes()
/external/kmod/libkmod/
Dlibkmod.sym5 kmod_new;
DREADME19 struct kmod_ctx *ctx = kmod_new(kernel_dirname);
Dlibkmod.h40 struct kmod_ctx *kmod_new(const char *dirname, const char * const *config_paths);
Dlibkmod.c249 KMOD_EXPORT struct kmod_ctx *kmod_new(const char *dirname, in kmod_new() function
/external/kmod/libkmod/docs/
Dlibkmod-sections.txt4 kmod_new
/external/kmod/tools/
Dlsmod.c43 ctx = kmod_new(NULL, &null_config); in do_lsmod()
Dinsert.c86 ctx = kmod_new(NULL, NULL); in do_insert()
Dremove.c113 ctx = kmod_new(NULL, NULL); in do_remove()
Dinsmod.c135 ctx = kmod_new(NULL, &null_config); in do_insmod()
Drmmod.c149 ctx = kmod_new(NULL, &null_config); in do_rmmod()
Dmodinfo.c439 ctx = kmod_new(dirname, &null_config); in do_modinfo()
Dmodprobe.c908 ctx = kmod_new(dirname, config_paths); in do_modprobe()
Ddepmod.c2869 ctx = kmod_new(cfg.dirname, &null_kmod_config); in do_depmod()
/external/kmod/libkmod/python/kmod/
D_libkmod_h.pxd37 kmod_ctx *kmod_new(
Dkmod.pyx50 self._kmod_ctx = _libkmod_h.kmod_new(mod_dir, NULL);