Home
last modified time | relevance | path

Searched refs:mod_argv (Results 1 – 1 of 1) sorted by relevance

/external/ltp/lib/
Dtst_module.c91 const char *mod_argv[size + 1]; /* + NULL in the end */ in tst_module_load() local
92 mod_argv[size] = NULL; in tst_module_load()
93 mod_argv[0] = "insmod"; in tst_module_load()
94 mod_argv[1] = mod_path; in tst_module_load()
98 mod_argv[i] = argv[i - offset]; in tst_module_load()
100 tst_run_cmd(cleanup_fn, mod_argv, NULL, NULL, 0); in tst_module_load()