Home
last modified time | relevance | path

Searched refs:needblock (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/lib/libsa/
Dtftp.c288 int needblock; in tftp_read() local
291 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()