Home
last modified time | relevance | path

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

/src/stand/libsa/
H A Dtftp.c114 unsigned int islastblock:1; /* flag */ member
362 h->islastblock = 0; in tftp_makereq()
392 h->islastblock = 0; in tftp_makereq()
394 h->islastblock = 1; /* very short file */ in tftp_makereq()
450 h->islastblock = 1; /* EOF */ in tftp_getnextblock()
453 __func__, h->path, h->id, res, h->tftp_blksize, h->islastblock)); in tftp_getnextblock()
455 if (h->islastblock) { in tftp_getnextblock()
608 if (tftpfile->islastblock) in tftp_read()
632 if ((tftpfile->islastblock) && (count == inbuffer)) in tftp_read()
758 while (tftpfile->islastblock == 0) { in tftp_preload()