Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c244 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 …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h106 #define FSYS_BUFLEN 0x8000 macro
H A Dfsys_reiserfs.c366 #define JOURNAL_END ((__u32 *) (FSYS_BUF + FSYS_BUFLEN))
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c169 assert (FSYS_BUF + FSYS_BUFLEN == BUFFERADDR); in grub_stage2()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog5311 SAVED_FILEPOS) is greater than (FSYS_BUFLEN / 2), move the data
5312 forwards and add (FSYS_BUFLEN / 2) into SAVED_FILEPOS and