/src/sys/arch/i386/stand/lib/ |
biosdisk.c | 357 struct gpt_hdr gpth; local in function:check_gpt 376 memcpy(&gpth, d->buf, sizeof(gpth)); 378 if (memcmp(GPT_HDR_SIG, gpth.hdr_sig, sizeof(gpth.hdr_sig))) 381 crc = gpth.hdr_crc_self; 382 gpth.hdr_crc_self = 0; 383 gpth.hdr_crc_self = crc32(0, (const void *)&gpth, GPT_HDR_SIZE); 384 if (gpth.hdr_crc_self != crc) [all...] |
biosdisk.c | 357 struct gpt_hdr gpth; local in function:check_gpt 376 memcpy(&gpth, d->buf, sizeof(gpth)); 378 if (memcmp(GPT_HDR_SIG, gpth.hdr_sig, sizeof(gpth.hdr_sig))) 381 crc = gpth.hdr_crc_self; 382 gpth.hdr_crc_self = 0; 383 gpth.hdr_crc_self = crc32(0, (const void *)&gpth, GPT_HDR_SIZE); 384 if (gpth.hdr_crc_self != crc) [all...] |