Searched defs:testcase_t (Results 1 – 2 of 2) 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;
23 struct testcase_t { struct30 void (*setup) (struct testcase_t *, int i); argument31 void (*cleanup) (struct testcase_t *); argument