OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Sep 26 20:09:58 GMT 2025