Home
last modified time | relevance | path

Searched defs:mod_path (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/lib/
Dtst_module.c32 const char *mod_name, char **mod_path) in tst_module_exists_()
83 char *mod_path = NULL; in tst_module_load_() local
/third_party/ltp/include/
Dtst_module.h13 static inline void tst_module_exists(const char *mod_name, char **mod_path) in tst_module_exists()
/third_party/ltp/testcases/kernel/syscalls/finit_module/
Dfinit_module01.c24 static char *mod_path; variable
Dfinit_module02.c25 static char *mod_path; variable
/third_party/ltp/include/old/
Dold_module.h56 const char *mod_name, char **mod_path) in tst_module_exists()