Searched refs:tst_run_cmd (Results 1 – 13 of 13) sorted by relevance
/external/ltp/include/ |
D | tst_cmd.h | 65 static inline int tst_run_cmd(const char *const argv[], in tst_run_cmd() function 84 static inline int tst_run_cmd(void (cleanup_fn)(void), in tst_run_cmd() function
|
/external/ltp/testcases/network/nfs/nfs_stress/ |
D | nfs05_make_tree.c | 99 tst_run_cmd(cmd_run, output_file, NULL, 0); in run_targets() 196 tst_run_cmd(cmd_make, NULL, NULL, 0); in thread_fn() 200 tst_run_cmd(cmd_make_clean, NULL, NULL, 0); in thread_fn()
|
/external/ltp/lib/ |
D | tst_module.c | 100 tst_run_cmd(cleanup_fn, mod_argv, NULL, NULL, 0); in tst_module_load() 112 rc = tst_run_cmd(NULL, argv, "/dev/null", "/dev/null", 1); in tst_module_unload()
|
D | tst_mkfs.c | 91 ret = tst_run_cmd(cleanup_fn, argv, "/dev/null", NULL, 1); in tst_mkfs_()
|
/external/ltp/testcases/kernel/syscalls/setpriority/ |
D | setpriority01.c | 127 switch ((rc = tst_run_cmd(cmd_useradd, NULL, NULL, 1))) { in setup() 148 if (tst_run_cmd(cmd_userdel, NULL, NULL, 1)) in cleanup()
|
/external/ltp/testcases/kernel/input/ |
D | input_helper.c | 95 ret = tst_run_cmd(NULL, argv, NULL, NULL, 1); in try_load_uinput() 111 ret = tst_run_cmd(NULL, argv, NULL, NULL, 1); in unload_uinput()
|
/external/ltp/testcases/kernel/syscalls/swapon/ |
D | libswapon.c | 48 tst_run_cmd(cleanup, argv, "/dev/null", "/dev/null", 0); in make_swapfile()
|
/external/ltp/tools/apicmds/ |
D | ltpapicmd.c | 111 tst_run_cmd(NULL, cmd, NULL, NULL, 0); in tst_cat_file()
|
/external/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl01.c | 166 ret = tst_run_cmd(cmd, NULL, NULL, 1); in setup()
|
/external/ltp/testcases/cve/ |
D | stack_clash.c | 136 tst_run_cmd(cmd, NULL, NULL, 0); in dump_proc_self_maps()
|
/external/ltp/testcases/network/netstress/ |
D | netstress.c | 964 if (tst_run_cmd(argv, NULL, NULL, 1)) in setup()
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 1178 int tst_run_cmd(const char *const argv[], 1184 'tst_run_cmd' is a wrapper for 'vfork() + execvp()' which provides a way 1190 A non-zero 'pass_exit_val' makes 'tst_run_cmd' return the program exit code to 1191 the caller. A zero for 'pass_exit_val' makes 'tst_run_cmd' exit the tests 1209 tst_run_cmd(cmd, "log.txt", NULL, 0);
|
/external/ltp/ |
D | gen.bp | 149 "lib/tst_run_cmd.c",
|