/external/ltp/lib/ |
D | tst_safe_macros.c | 86 tst_brk_(filename, lineno, TBROK | TERRNO, in safe_personality() 100 tst_brk_(file, lineno, TBROK | TERRNO, in safe_setregid() 116 tst_brk_(file, lineno, TBROK | TERRNO, in safe_setreuid() 134 tst_brk_(file, lineno, TBROK | TERRNO, in safe_sigaction() 150 tst_brk_(file, lineno, TBROK | TERRNO, in safe_getgrnam() 181 tst_brk_(file, lineno, TBROK | TERRNO, in safe_getgrgid() 194 tst_brk_(file, lineno, TBROK | TERRNO, in safe_chroot()
|
D | safe_pthread.c | 33 tst_brk_(file, lineno, TBROK, in safe_pthread_create() 49 tst_brk_(file, lineno, TBROK, in safe_pthread_join()
|
D | tst_res.c | 587 tst_brk_(file, lineno, TBROK, in tst_brkm_() 591 tst_brk_(file, lineno, ttype, "%s", tmesg); in tst_brkm_()
|
D | tst_test.c | 327 void tst_brk_(const char *file, const int lineno, int ttype, in tst_brk_() function 397 tst_brk_(filename, lineno, TBROK | TERRNO, "fork() failed"); in safe_fork()
|
/external/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create_common.c | 49 tst_brk_(filename, lineno, TFAIL | TERRNO, in check_fallocate() 114 tst_brk_(filename, lineno, TCONF, in get_mfd_all_available_flags() 134 tst_brk_(filename, lineno, TBROK | TTERRNO, in mfd_flags_available() 153 tst_brk_(filename, lineno, TBROK | TERRNO, in check_mfd_new() 173 tst_brk_(filename, lineno, TFAIL, in check_mfd_fail_new() 224 tst_brk_(file, lineno, TFAIL, in check_mfd_has_seals() 237 tst_brk_(file, lineno, TFAIL | TERRNO, in check_mprotect() 249 tst_brk_(filename, lineno, TFAIL, in check_mfd_fail_add_seals() 266 tst_brk_(filename, lineno, TFAIL, in check_mfd_size() 382 tst_brk_(filename, lineno, TFAIL | TTERRNO, in check_mfd_non_writeable() [all …]
|
/external/ltp/include/ |
D | tst_safe_macros.h | 65 tst_brk_(file, lineno, TBROK | TERRNO, in safe_dup() 247 tst_brk_(file, lineno, TBROK | TERRNO, in safe_mmap() 265 tst_brk_(file, lineno, TBROK | TERRNO, in safe_ftruncate() 282 tst_brk_(file, lineno, TBROK | TERRNO, in safe_truncate() 300 tst_brk_(file, lineno, TBROK | TERRNO, in safe_stat() 317 tst_brk_(file, lineno, TBROK | TERRNO, in safe_fstat() 334 tst_brk_(file, lineno, TBROK | TERRNO, in safe_lstat() 351 tst_brk_(file, lineno, TBROK | TERRNO, in safe_lseek() 369 tst_brk_(file, lineno, TBROK | TERRNO, in safe_getrlimit() 387 tst_brk_(file, lineno, TBROK | TERRNO, in safe_setrlimit() [all …]
|
D | tst_safe_prw.h | 30 tst_brk_(file, lineno, TBROK | TERRNO, in safe_pread() 49 tst_brk_(file, lineno, TBROK | TERRNO, in safe_pwrite()
|
D | tst_test.h | 68 void tst_brk_(const char *file, const int lineno, int ttype, 76 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
|
/external/ltp/testcases/lib/ |
D | tst_net.sh | 88 tst_brk_() function 158 *) tst_brk_ TBROK "tst_rhost_run: unknown option: $OPTARG" ;; 166 tst_brk_ TBROK "tst_rhost_run: command not defined" 187 tst_brk_ TBROK "'$cmd' failed on '$RHOST': '$output'" 222 *) tst_brk_ TBROK "tst_net_run: unknown option: $OPTARG" ;; 231 tst_brk_ TBROK "tst_net_run: command not defined" 542 tst_brk_ TBROK "Using tst_netload requires setting TST_NEEDS_TMPDIR=1" 568 *) tst_brk_ TBROK "tst_netload: unknown option: $OPTARG" ;; 586 tst_brk_ $ttype "server failed" 599 tst_brk_ TFAIL "expected '$expect_res' but ret: '$ret'" [all …]
|
/external/ltp/include/old/ |
D | ltp_priv.h | 58 void tst_brk_(const char *file, const int lineno, int ttype, 70 tst_brk_(file, lineno, TBROK, \
|
D | test.h | 140 tst_brk_(__FILE__, __LINE__, flags, fmt, ##__VA_ARGS__); \
|