Searched refs:tst_res_ (Results 1 – 5 of 5) 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/include/ |
D | tst_test.h | 47 void tst_res_(const char *file, const int lineno, int ttype, 52 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 | 530 tst_res_(file, lineno, ttype, "%s", tmesg); in tst_resm_() 550 res_func = tst_res_; in tst_resm_hexd_()
|
D | tst_test.c | 234 tst_res_(file, lineno, TWARN, in print_result() 242 tst_res_(file, lineno, TWARN, in print_result() 307 void tst_res_(const char *file, const int lineno, int ttype, in tst_res_() function
|