Lines Matching defs:TC
28 } TC[] = {
36 tst_res(TINFO, "%s", TC[i].desc);
38 TEST(tst_syscall(__NR_socketcall, TC[i].call, TC[i].args));
43 if (TST_ERR == TC[i].exp_err)
46 tst_res(TFAIL | TTERRNO, "socketcall fail expected %s got", tst_strerrno(TC[i].exp_err));
53 for (i = 0; i < ARRAY_SIZE(TC); i++) {
54 if (!TC[i].args)
55 TC[i].args = tst_get_bad_addr(NULL);
62 .tcnt = ARRAY_SIZE(TC),