Searched refs:FSYS_BUFLEN (Results 1 – 5 of 5) sorted by relevance
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()[all …]
106 #define FSYS_BUFLEN 0x8000 macro
366 #define JOURNAL_END ((__u32 *) (FSYS_BUF + FSYS_BUFLEN))
169 assert (FSYS_BUF + FSYS_BUFLEN == BUFFERADDR); in grub_stage2()
5311 SAVED_FILEPOS) is greater than (FSYS_BUFLEN / 2), move the data5312 forwards and add (FSYS_BUFLEN / 2) into SAVED_FILEPOS and