Searched refs:needblock (Results 1 – 1 of 1) sorted by relevance
288 int needblock; in tftp_read() local291 needblock = tftpfile->off / SEGSIZE + 1; in tftp_read()293 if (tftpfile->currblock > needblock) { /* seek backwards */ in tftp_read()301 while (tftpfile->currblock < needblock) { in tftp_read()313 __func__, tftpfile->currblock, needblock); in tftp_read()321 if (tftpfile->currblock == needblock) { in tftp_read()348 __func__, needblock); in tftp_read()