Lines Matching refs:pf
244 static void sendtftp(struct testcase *test, const struct formats *pf);
246 static void recvtftp(struct testcase *test, const struct formats *pf);
894 const struct formats *pf; in do_tftp() local
972 for(pf = formata; pf->f_mode; pf++) in do_tftp()
973 if(strcmp(pf->f_mode, mode) == 0) in do_tftp()
975 if(!pf->f_mode) { in do_tftp()
995 recvtftp(test, pf); in do_tftp()
997 sendtftp(test, pf); in do_tftp()
1165 static void sendtftp(struct testcase *test, const struct formats *pf) in sendtftp() argument
1179 size = readit(test, (struct tftphdr **)&sdp, pf->f_convert); in sendtftp()
1202 read_ahead(test, pf->f_convert); in sendtftp()
1246 static void recvtftp(struct testcase *test, const struct formats *pf) in recvtftp() argument
1274 write_behind(test, pf->f_convert); in recvtftp()
1306 size = writeit(test, &rdp, (int)(n - 4), pf->f_convert); in recvtftp()
1315 write_behind(test, pf->f_convert); in recvtftp()