Home
last modified time | relevance | path

Searched refs:tst_res_hexd (Results 1 – 9 of 9) 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.c137 tst_res_hexd(TINFO, tc->res_data, tc->sz, "retval: "); in verify_quota()
138 tst_res_hexd(TINFO, tc->set_data, tc->sz, "expected: "); in verify_quota()
Dquotactl01.c205 tst_res_hexd(TINFO, tc->res_data, tc->sz, "retval: "); in verify_quota()
206 tst_res_hexd(TINFO, tc->set_data, tc->sz, "expected: "); in verify_quota()
/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.gitignore21 tst_res_hexd
/third_party/ltp/testcases/kernel/syscalls/mbind/
Dmbind01.c198 tst_res_hexd(TINFO, exp_mask->maskp, in do_test()
200 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.c262 tst_res_hexd(TFAIL, data + i, in check_data()
282 tst_res_hexd(TFAIL, data + i, j - i, in check_data()
/third_party/ltp/include/
Dtst_test.h61 #define tst_res_hexd(ttype, buf, size, arg_fmt, ...) \ macro