Searched refs:tst_res_ (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create_common.c | 54 tst_res_(filename, lineno, TPASS, in check_fallocate() 68 tst_res_(filename, lineno, TFAIL, in check_fallocate_fail() 75 tst_res_(filename, lineno, TPASS | TERRNO, in check_fallocate_fail() 87 tst_res_(filename, lineno, TPASS, "ftruncate(%d, %ld) succeeded", fd, in check_ftruncate() 95 tst_res_(filename, lineno, TFAIL, in check_ftruncate_fail() 102 tst_res_(filename, lineno, TPASS | TERRNO, in check_ftruncate_fail() 157 tst_res_(filename, lineno, TPASS, "memfd_create(%s, %d) succeeded", in check_mfd_new() 178 tst_res_(filename, lineno, TPASS | TERRNO, in check_mfd_fail_new() 189 tst_res_(file, lineno, TPASS, in check_mmap() 201 tst_res_(file, lineno, TFAIL, in check_mmap_fail() [all …]
|
/external/ltp/testcases/lib/ |
D | tst_net.sh | 84 tst_res_() function 114 tst_res_ TINFO "using not default LTP netns: '$LTP_NETNS'" 167 tst_res_ TWARN "tst_rhost_run: command not defined" 232 tst_res_ TWARN "tst_net_run: command not defined" 242 [ $lret -ne 0 ] && tst_res_ TWARN "tst_net_run: lhost command failed: $lret" 243 [ $rret -ne 0 ] && tst_res_ TWARN "tst_net_run: rhost command failed: $rret" 254 tst_res_ TPASS "$* passed as expected" 256 tst_res_ TFAIL "$* failed unexpectedly" 264 tst_res_ TPASS "$* failed as expected" 266 tst_res_ TFAIL "$* passed unexpectedly" [all …]
|
/external/ltp/include/ |
D | tst_test.h | 50 void tst_res_(const char *file, const int lineno, int ttype, 55 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 | 165 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() 317 void tst_res_(const char *file, const int lineno, int ttype, in tst_res_() function
|