Lines Matching refs:FSYS_BUFLEN
244 while (! buf_eof && (buf_read + packetsize <= FSYS_BUFLEN)) in buf_fill()
561 if (filepos - saved_filepos > FSYS_BUFLEN / 2) in tftp_read()
563 grub_memmove (buf, buf + FSYS_BUFLEN / 2, FSYS_BUFLEN / 2); in tftp_read()
564 buf_read -= FSYS_BUFLEN / 2; in tftp_read()
565 saved_filepos += FSYS_BUFLEN / 2; in tftp_read()
726 while (! buf_eof && (buf_read + packetsize <= FSYS_BUFLEN)) { in buf_fill_undi()
789 if (filepos - saved_filepos > FSYS_BUFLEN / 2) { in tftp_read_undi()
790 grub_memmove (buf, buf + FSYS_BUFLEN / 2, in tftp_read_undi()
791 FSYS_BUFLEN / 2); in tftp_read_undi()
792 buf_read -= FSYS_BUFLEN / 2; in tftp_read_undi()
793 saved_filepos += FSYS_BUFLEN / 2; in tftp_read_undi()