Searched defs:check_crc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c1202 int check_crc; local
1216 check_crc = (saved_filepos == 0 && len == MAXINT);
1264 if (!errnum && check_crc && gzip_crc != crc_value) {

Completed in 74 milliseconds