Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c144 static unsigned long gzip_crc; variable
514 gzip_crc = *((unsigned long *) endbuf); in get_byte()
1264 if (!errnum && check_crc && gzip_crc != crc_value) { in gunzip_read()
1266 printf ("gunzip: crc value 0x%x, expected 0x%x\n", crc_value, gzip_crc); in gunzip_read()