/external/kmod/testsuite/ |
test-init.c | 37 ctx = kmod_new(NULL, &null_config); 55 ctx = kmod_new(NULL, &null_config); 90 ctx = kmod_new(NULL, &null_config);
|
test-initstate.c | 43 ctx = kmod_new(NULL, &null_config); 88 ctx = kmod_new(NULL, &null_config);
|
test-new-module.c | 46 ctx = kmod_new(NULL, &null_config); 83 ctx = kmod_new(NULL, NULL);
|
test-blacklist.c | 49 ctx = kmod_new(NULL, NULL);
|
test-dependencies.c | 43 ctx = kmod_new(NULL, NULL);
|
test-loaded.c | 37 ctx = kmod_new(NULL, &null_config);
|
init_module.c | 192 ctx = kmod_new(NULL, NULL);
|
/external/kmod/tools/ |
insert.c | 86 ctx = kmod_new(NULL, NULL); 88 ERR("kmod_new() failed!\n");
|
lsmod.c | 43 ctx = kmod_new(NULL, &null_config); 45 fputs("Error: kmod_new() failed!\n", stderr);
|
remove.c | 113 ctx = kmod_new(NULL, NULL); 115 ERR("kmod_new() failed!\n");
|
insmod.c | 135 ctx = kmod_new(NULL, &null_config); 137 ERR("kmod_new() failed!\n");
|
rmmod.c | 149 ctx = kmod_new(NULL, &null_config); 151 ERR("kmod_new() failed!\n");
|
modinfo.c | 439 ctx = kmod_new(dirname, &null_config); 441 ERR("kmod_new() failed!\n");
|
modprobe.c | 874 ctx = kmod_new(dirname, config_paths); 876 ERR("kmod_new() failed!\n");
|
depmod.c | [all...] |
/external/kmod/libkmod/ |
libkmod.h | 40 struct kmod_ctx *kmod_new(const char *dirname, const char * const *config_paths);
|
libkmod.c | 155 * is computed from the arguments to kmod_new(). 229 * kmod_new: 249 KMOD_EXPORT struct kmod_ctx *kmod_new(const char *dirname, function
|
/external/kmod/libkmod/python/kmod/ |
kmod.pyx | 50 self._kmod_ctx = _libkmod_h.kmod_new(mod_dir, NULL);
|