Searched defs:testcase_t (Results 1 – 4 of 4) sorted by relevance
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;
54 struct testcase_t { struct62 void (*setup) (struct testcase_t *); argument63 void (*cleanup) (struct testcase_t *); argument
45 struct testcase_t { struct52 void (*setup) (struct testcase_t *, int i); argument53 void (*cleanup) (struct testcase_t *); argument
56 struct testcase_t { struct68 struct testcase_t *cases; /** Array, ending with END_OF_TESTCASES */ argument