Searched defs:testcase_t (Results 1 – 4 of 4) sorted by relevance
56 struct testcase_t { struct57 const char *desc;58 int *pfd;59 struct iovec (*piovec)[];60 int iovcnt;61 int exp_ret;62 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
53 struct testcase_t { struct65 struct testcase_t *cases; /** Array, ending with END_OF_TESTCASES */ argument