Home
last modified time | relevance | path

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

/dflybsd-src/stand/lib/
H A Dtftp.c325 int needblock, count; in tftp_read() local
330 needblock = tftpfile->off / SEGSIZE + 1; in tftp_read()
332 if (tftpfile->currblock > needblock) /* seek backwards */ in tftp_read()
336 while (tftpfile->currblock < needblock) { in tftp_read()
350 if (tftpfile->currblock == needblock) { in tftp_read()
375 printf("tftp: block %d not found\n", needblock); in tftp_read()