Searched defs:testcase_t (Results 1 – 3 of 3) sorted by relevance
23 struct testcase_t { struct30 void (*setup) (struct testcase_t *, int i); argument31 void (*cleanup) (struct testcase_t *); argument
44 struct testcase_t { struct45 const char *desc;46 int *pfd;47 struct iovec (*piovec)[];48 int iovcnt;49 int exp_ret;50 int exp_errno;
56 struct testcase_t { struct68 struct testcase_t *cases; /** Array, ending with END_OF_TESTCASES */ argument