Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c105 int islastblock; /* flag */ member
342 h->islastblock = 0; in tftp_makereq()
368 h->islastblock = 0; in tftp_makereq()
370 h->islastblock = 1; /* very short file */ in tftp_makereq()
419 h->islastblock = 1; /* EOF */ in tftp_getnextblock()
421 if (h->islastblock == 1) { in tftp_getnextblock()
535 if (tftpfile->islastblock) in tftp_read()
561 if ((tftpfile->islastblock) && (count == inbuffer)) in tftp_read()