Searched refs:null_config (Results 1 - 8 of 8) sorted by relevance

/external/kmod/testsuite/
H A Dtest-init.c35 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);
H A Dtest-initstate.c40 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);
H A Dtest-loaded.c33 const char *null_config = NULL; local
37 ctx = kmod_new(NULL, &null_config);
H A Dtest-new-module.c43 const char *null_config = NULL; local
46 ctx = kmod_new(NULL, &null_config);
/external/kmod/tools/
H A Dlsmod.c34 const char *null_config = NULL; local
43 ctx = kmod_new(NULL, &null_config);
H A Dinsmod.c73 const char *null_config = NULL; local
135 ctx = kmod_new(NULL, &null_config);
H A Drmmod.c107 const char *null_config = NULL; local
149 ctx = kmod_new(NULL, &null_config);
H A Dmodinfo.c367 const char *null_config = NULL; local
439 ctx = kmod_new(dirname, &null_config);

Completed in 182 milliseconds