Searched refs:null_config (Results 1 – 8 of 8) sorted by relevance
/external/kmod/testsuite/ |
D | test-init.c | 35 const char *null_config = NULL; in test_initlib() local 37 ctx = kmod_new(NULL, &null_config); in test_initlib() 52 const char *null_config = NULL; in test_insert() local 55 ctx = kmod_new(NULL, &null_config); in test_insert() 87 const char *null_config = NULL; in test_remove() local 90 ctx = kmod_new(NULL, &null_config); in test_remove()
|
D | test-initstate.c | 40 const char *null_config = NULL; in test_initstate_from_lookup() local 43 ctx = kmod_new(NULL, &null_config); in test_initstate_from_lookup() 85 const char *null_config = NULL; in test_initstate_from_name() local 88 ctx = kmod_new(NULL, &null_config); in test_initstate_from_name()
|
D | test-loaded.c | 33 const char *null_config = NULL; in loaded_1() local 37 ctx = kmod_new(NULL, &null_config); in loaded_1()
|
D | test-new-module.c | 43 const char *null_config = NULL; in from_name() local 46 ctx = kmod_new(NULL, &null_config); in from_name()
|
/external/kmod/tools/ |
D | lsmod.c | 34 const char *null_config = NULL; in do_lsmod() local 43 ctx = kmod_new(NULL, &null_config); in do_lsmod()
|
D | insmod.c | 73 const char *null_config = NULL; in do_insmod() local 135 ctx = kmod_new(NULL, &null_config); in do_insmod()
|
D | rmmod.c | 107 const char *null_config = NULL; in do_rmmod() local 149 ctx = kmod_new(NULL, &null_config); in do_rmmod()
|
D | modinfo.c | 367 const char *null_config = NULL; in do_modinfo() local 439 ctx = kmod_new(dirname, &null_config); in do_modinfo()
|