Lines Matching refs:mod_name
32 const char *mod_name, char **mod_path) in tst_module_exists() argument
35 if (access(mod_name, F_OK) == 0) { in tst_module_exists()
37 *mod_path = strdup(mod_name); in tst_module_exists()
46 ltproot, mod_name) == -1) { in tst_module_exists()
58 mod_name) == -1) { in tst_module_exists()
70 mod_name); in tst_module_exists()
81 const char *mod_name, char *const argv[]) in tst_module_load() argument
84 tst_module_exists(cleanup_fn, mod_name, &mod_path); in tst_module_load()
104 void tst_module_unload(void (cleanup_fn)(void), const char *mod_name) in tst_module_unload() argument
108 const char *const argv[] = { "rmmod", mod_name, NULL }; in tst_module_unload()
121 "could not unload %s module", mod_name); in tst_module_unload()