Searched defs:needblock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c467 int needblock, count; local
471 needblock = tftpfile->off / tftpfile->tftp_blksize + 1;
473 if (tftpfile->currblock > needblock) { /* seek backwards */
479 while (tftpfile->currblock < needblock) {
493 if (tftpfile->currblock == needblock) {
518 printf("tftp: block %d not found\n", needblock);

Completed in 58 milliseconds