Searched refs:kmod_new (Results 1 – 23 of 23) sorted by relevance
/external/kmod/testsuite/ |
D | test-init.c | 38 ctx = kmod_new(NULL, &null_config); in test_load_resources() 75 ctx = kmod_new(NULL, &null_config); in test_initlib() 93 ctx = kmod_new(NULL, &null_config); in test_insert() 128 ctx = kmod_new(NULL, &null_config); in test_remove()
|
D | test-new-module.c | 46 ctx = kmod_new(NULL, &null_config); in from_name() 83 ctx = kmod_new(NULL, NULL); in from_alias()
|
D | test-initstate.c | 43 ctx = kmod_new(NULL, &null_config); in test_initstate_from_lookup() 88 ctx = kmod_new(NULL, &null_config); in test_initstate_from_name()
|
D | test-dependencies.c | 43 ctx = kmod_new(NULL, NULL); in test_dependencies()
|
D | test-blacklist.c | 49 ctx = kmod_new(NULL, NULL); in blacklist_1()
|
D | test-loaded.c | 37 ctx = kmod_new(NULL, &null_config); in loaded_1()
|
D | init_module.c | 192 ctx = kmod_new(NULL, NULL); in init_retcodes()
|
/external/kmod/libkmod/ |
D | libkmod.sym | 5 kmod_new;
|
D | README | 19 struct kmod_ctx *ctx = kmod_new(kernel_dirname);
|
D | libkmod.h | 40 struct kmod_ctx *kmod_new(const char *dirname, const char * const *config_paths);
|
D | libkmod.c | 250 KMOD_EXPORT struct kmod_ctx *kmod_new(const char *dirname, in kmod_new() function
|
/external/kmod/tools/ |
D | lsmod.c | 43 ctx = kmod_new(NULL, &null_config); in do_lsmod()
|
D | insert.c | 86 ctx = kmod_new(NULL, NULL); in do_insert()
|
D | remove.c | 116 ctx = kmod_new(NULL, NULL); in do_remove()
|
D | insmod.c | 135 ctx = kmod_new(NULL, &null_config); in do_insmod()
|
D | rmmod.c | 152 ctx = kmod_new(NULL, &null_config); in do_rmmod()
|
D | modinfo.c | 442 ctx = kmod_new(dirname, &null_config); in do_modinfo()
|
D | modprobe.c | 914 ctx = kmod_new(dirname, config_paths); in do_modprobe()
|
D | depmod.c | 2935 ctx = kmod_new(cfg.dirname, &null_kmod_config); in do_depmod()
|
/external/kmod/libkmod/docs/ |
D | libkmod-sections.txt | 4 kmod_new
|
/external/kmod/libkmod/python/kmod/ |
D | _libkmod_h.pxd | 37 kmod_ctx *kmod_new(
|
D | kmod.pyx | 50 self._kmod_ctx = _libkmod_h.kmod_new(mod_dir, NULL);
|
/external/igt-gpu-tools/lib/ |
D | igt_kmod.c | 98 ctx = kmod_new(dirname, config_paths); in kmod_ctx()
|