Searched refs:SAFE_CMD (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/zram/ |
D | zram03.c | 189 SAFE_CMD(cmd_modprobe, NULL, NULL); in setup() 204 SAFE_CMD(cmd_modprobe, NULL, NULL); in setup() 233 SAFE_CMD(cmd_rmmod, NULL, NULL); in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/add_key/ |
D | add_key05.c | 41 SAFE_CMD(cmd_useradd, NULL, NULL); in add_user()
|
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl06.c | 175 SAFE_CMD(cmd, NULL, NULL); in setup()
|
D | quotactl01.c | 160 SAFE_CMD(cmd, NULL, NULL); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify22.c | 65 SAFE_CMD(cmd, NULL, NULL); in do_debugfs_request()
|
/third_party/ltp/include/ |
D | tst_safe_macros.h | 622 #define SAFE_CMD(argv, stdout_path, stderr_path) \ macro
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 1254 The 'SAFE_CMD()' macro can be used automatic handling non-zero exits (exits
|