HomeSort by: relevance | last modified time | path
    Searched defs:needblock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libsa/
tftp.c 288 int needblock; local in function:tftp_read
291 needblock = tftpfile->off / SEGSIZE + 1;
293 if (tftpfile->currblock > needblock) { /* seek backwards */
301 while (tftpfile->currblock < needblock) {
313 __func__, tftpfile->currblock, needblock);
321 if (tftpfile->currblock == needblock) {
348 __func__, needblock);
tftp.c 288 int needblock; local in function:tftp_read
291 needblock = tftpfile->off / SEGSIZE + 1;
293 if (tftpfile->currblock > needblock) { /* seek backwards */
301 while (tftpfile->currblock < needblock) {
313 __func__, tftpfile->currblock, needblock);
321 if (tftpfile->currblock == needblock) {
348 __func__, needblock);

Completed in 24 milliseconds