Searched refs:tst_res_ (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create_common.c | 44 tst_res_(filename, lineno, TPASS, in check_fallocate() 58 tst_res_(filename, lineno, TFAIL, in check_fallocate_fail() 65 tst_res_(filename, lineno, TPASS | TERRNO, in check_fallocate_fail() 77 tst_res_(filename, lineno, TPASS, "ftruncate(%d, %ld) succeeded", fd, in check_ftruncate() 85 tst_res_(filename, lineno, TFAIL, in check_ftruncate_fail() 92 tst_res_(filename, lineno, TPASS | TERRNO, in check_ftruncate_fail() 147 tst_res_(filename, lineno, TPASS, "memfd_create(%s, %d) succeeded", in check_mfd_new() 168 tst_res_(filename, lineno, TPASS | TERRNO, in check_mfd_fail_new() 179 tst_res_(file, lineno, TPASS, in check_mmap() 191 tst_res_(file, lineno, TFAIL, in check_mmap_fail() [all …]
|
/external/ltp/testcases/lib/ |
D | tst_net.sh | 92 tst_res_() function 126 tst_res_ TINFO "using not default LTP netns: '$LTP_NETNS'" 176 tst_res_ TWARN "tst_rhost_run: command not defined" 241 tst_res_ TWARN "tst_net_run: command not defined" 251 [ $lret -ne 0 ] && tst_res_ TWARN "tst_net_run: lhost command failed: $lret" 252 [ $rret -ne 0 ] && tst_res_ TWARN "tst_net_run: rhost command failed: $rret" 263 tst_res_ TPASS "$* passed as expected" 265 tst_res_ TFAIL "$* failed unexpectedly" 273 tst_res_ TPASS "$* failed as expected" 275 tst_res_ TFAIL "$* passed unexpectedly" [all …]
|
/external/ltp/include/ |
D | tst_test.h | 44 void tst_res_(const char *file, const int lineno, int ttype, 49 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__)
|
/external/ltp/include/old/ |
D | ltp_priv.h | 64 void tst_res_(const char *file, const int lineno, int ttype,
|
/external/ltp/lib/ |
D | tst_res.c | 531 tst_res_(file, lineno, ttype, "%s", tmesg); in tst_resm_() 551 res_func = tst_res_; in tst_resm_hexd_()
|
D | tst_safe_macros.c | 154 tst_res_(file, lineno, TINFO, in safe_getgrnam_fallback()
|
D | tst_test.c | 244 tst_res_(file, lineno, TWARN, in print_result() 252 tst_res_(file, lineno, TWARN, in print_result() 319 void tst_res_(const char *file, const int lineno, int ttype, in tst_res_() function
|