Home
last modified time | relevance | path

Searched refs:tst_res_ (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.c54 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/
Dtst_net.sh84 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/
Dtst_test.h50 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/
Dltp_priv.h64 void tst_res_(const char *file, const int lineno, int ttype,
/external/ltp/lib/
Dtst_res.c531 tst_res_(file, lineno, ttype, "%s", tmesg); in tst_resm_()
551 res_func = tst_res_; in tst_resm_hexd_()
Dtst_safe_macros.c165 tst_res_(file, lineno, TINFO, in safe_getgrnam_fallback()
Dtst_test.c244 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