Searched refs:tst_res_hexd (Results 1 – 11 of 11) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/writev/ |
D | writev07.c | 108 tst_res_hexd(TFAIL, wr_iovec[0].iov_base, TST_RET, in test_partially_valid_iovec() 110 tst_res_hexd(TFAIL, tmp, TST_RET, in test_partially_valid_iovec()
|
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl04.c | 145 tst_res_hexd(TINFO, tc->res_data, tc->sz, "retval: "); in verify_quota() 146 tst_res_hexd(TINFO, tc->set_data, tc->sz, "expected: "); in verify_quota()
|
D | quotactl08.c | 202 tst_res_hexd(TINFO, tc->res_data, tc->sz, "retval: "); in verify_quota() 203 tst_res_hexd(TINFO, tc->set_data, tc->sz, "expected: "); in verify_quota()
|
D | quotactl01.c | 202 tst_res_hexd(TINFO, tc->res_data, tc->sz, "retval: "); in verify_quota() 203 tst_res_hexd(TINFO, tc->set_data, tc->sz, "expected: "); in verify_quota()
|
/third_party/ltp/testcases/kernel/syscalls/get_mempolicy/ |
D | get_mempolicy01.c | 197 tst_res_hexd(TINFO, exp_mask->maskp, in do_test() 199 tst_res_hexd(TINFO, getnodemask->maskp, in do_test()
|
/third_party/ltp/lib/newlib_tests/ |
D | tst_res_hexd.c | 13 tst_res_hexd(TPASS, tmp, sizeof(tmp), "%s%d", "dump", 1); in do_test()
|
D | .gitignore | 20 tst_res_hexd
|
/third_party/ltp/testcases/kernel/syscalls/mbind/ |
D | mbind01.c | 233 tst_res_hexd(TINFO, exp_mask->maskp, in do_test() 235 tst_res_hexd(TINFO, getnodemask->maskp, in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
D | fallocate04.c | 73 tst_res_hexd(TINFO, exp_buf, size, "expected:"); in check_file_data() 74 tst_res_hexd(TINFO, rbuf, size, "but read:"); in check_file_data()
|
/third_party/ltp/testcases/kernel/pty/ |
D | pty04.c | 305 tst_res_hexd(TFAIL, data + i, in check_data() 325 tst_res_hexd(TFAIL, data + i, j - i, in check_data()
|
/third_party/ltp/include/ |
D | tst_test.h | 66 #define tst_res_hexd(ttype, buf, size, arg_fmt, ...) \ macro
|