Home | History | Annotate | Download | only in server

Lines Matching refs:testcase

105 struct testcase {
271 static void read_ahead(struct testcase *test, int convert);
273 static ssize_t write_behind(struct testcase *test, int convert);
277 static int do_tftp(struct testcase *test, struct tftphdr *tp, ssize_t size);
279 static int validate_access(struct testcase *test, const char *fname, int mode);
281 static void sendtftp(struct testcase *test, struct formats *pf);
283 static void recvtftp(struct testcase *test, struct formats *pf);
453 static int readit(struct testcase *test, struct tftphdr **dpp,
473 static void read_ahead(struct testcase *test,
533 static int writeit(struct testcase *test, struct tftphdr * volatile *dpp,
551 static ssize_t write_behind(struct testcase *test, int convert)
670 struct testcase test;
943 static int do_tftp(struct testcase *test, struct tftphdr *tp, ssize_t size)
1033 static int parse_servercmd(struct testcase *req)
1101 static int validate_access(struct testcase *test,
1199 static void sendtftp(struct testcase *test, struct formats *pf)
1279 static void recvtftp(struct testcase *test, struct formats *pf)