Lines Matching refs:testcase
104 struct testcase {
236 static void read_ahead(struct testcase *test, int convert);
238 static ssize_t write_behind(struct testcase *test, int convert);
242 static int do_tftp(struct testcase *test, struct tftphdr *tp, ssize_t size);
244 static int validate_access(struct testcase *test, const char *fname, int mode);
246 static void sendtftp(struct testcase *test, const struct formats *pf);
248 static void recvtftp(struct testcase *test, const struct formats *pf);
341 static int readit(struct testcase *test, struct tftphdr **dpp,
361 static void read_ahead(struct testcase *test,
421 static int writeit(struct testcase *test, struct tftphdr * volatile *dpp,
439 static ssize_t write_behind(struct testcase *test, int convert)
561 struct testcase test;
889 static int do_tftp(struct testcase *test, struct tftphdr *tp, ssize_t size)
1008 static int parse_servercmd(struct testcase *req)
1072 static int validate_access(struct testcase *test,
1164 static void sendtftp(struct testcase *test, const struct formats *pf)
1245 static void recvtftp(struct testcase *test, const struct formats *pf)