Home | History | Annotate | Download | only in quotactl

Lines Matching refs:tc

187 	struct tcase *tc = &tcases[n];
193 TEST(quotactl(tc->cmd, tst_device->dev, *tc->id, tc->addr));
195 tst_res(TFAIL | TTERRNO, "quotactl failed to %s", tc->des);
199 if (memcmp(tc->res_data, tc->set_data, tc->sz)) {
200 tst_res(TFAIL, "quotactl failed to %s", tc->des);
201 tst_res_hexd(TINFO, tc->res_data, tc->sz, "retval: ");
202 tst_res_hexd(TINFO, tc->set_data, tc->sz, "expected: ");
206 tst_res(TPASS, "quotactl succeeded to %s", tc->des);