Home
last modified time | relevance | path

Searched refs:tst_res_hexd (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/writev/
Dwritev07.c108 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/
Dquotactl04.c145 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()
Dquotactl08.c202 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()
Dquotactl01.c202 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/
Dget_mempolicy01.c197 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/
Dtst_res_hexd.c13 tst_res_hexd(TPASS, tmp, sizeof(tmp), "%s%d", "dump", 1); in do_test()
D.gitignore20 tst_res_hexd
/third_party/ltp/testcases/kernel/syscalls/mbind/
Dmbind01.c233 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/
Dfallocate04.c73 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/
Dpty04.c305 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/
Dtst_test.h66 #define tst_res_hexd(ttype, buf, size, arg_fmt, ...) \ macro