Searched refs:INBUFSIZ (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dgzio.c58 #define INBUFSIZ 0x2000 macro
83 grub_uint8_t inbuf[INBUFSIZ];
400 || gzio->inbuf_d == INBUFSIZ))
403 grub_file_read (gzio->file, gzio->inbuf, INBUFSIZ);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c488 #define INBUFSIZ 0x2000 macro
490 static uch inbuf[INBUFSIZ];
497 if (filepos == gzip_data_offset || bufloc == INBUFSIZ)
502 grub_read (inbuf, INBUFSIZ);

Completed in 239 milliseconds