OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:needblock
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/lib/libsa/
tftp.c
288
int
needblock
;
local
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 22 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026