/external/kmod/testsuite/ |
test-init.c | 35 const char *null_config = NULL; local 37 ctx = kmod_new(NULL, &null_config); 52 const char *null_config = NULL; local 55 ctx = kmod_new(NULL, &null_config); 87 const char *null_config = NULL; local 90 ctx = kmod_new(NULL, &null_config);
|
test-initstate.c | 40 const char *null_config = NULL; local 43 ctx = kmod_new(NULL, &null_config); 85 const char *null_config = NULL; local 88 ctx = kmod_new(NULL, &null_config);
|
test-loaded.c | 33 const char *null_config = NULL; local 37 ctx = kmod_new(NULL, &null_config);
|
test-new-module.c | 43 const char *null_config = NULL; local 46 ctx = kmod_new(NULL, &null_config);
|
/external/kmod/tools/ |
lsmod.c | 34 const char *null_config = NULL; local 43 ctx = kmod_new(NULL, &null_config);
|
insmod.c | 73 const char *null_config = NULL; local 135 ctx = kmod_new(NULL, &null_config);
|
rmmod.c | 107 const char *null_config = NULL; local 149 ctx = kmod_new(NULL, &null_config);
|
modinfo.c | 367 const char *null_config = NULL; local 439 ctx = kmod_new(dirname, &null_config);
|