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.c44 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/
Dtst_net.sh92 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/
Dtst_test.h44 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/
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.c154 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()
319 void tst_res_(const char *file, const int lineno, int ttype, in tst_res_() function