HomeSort by: relevance | last modified time | path
    Searched refs:hdr_crc_table (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/dkwedge/
dkwedge_gpt.c 186 gpe_crc = le32toh(hdr->hdr_crc_table);
  /src/sys/sys/
disklabel_gpt.h 58 uint32_t hdr_crc_table; /* CRC32 of GPE array */ member in struct:gpt_hdr
  /src/sbin/gpt/
restore.c 361 hdr->hdr_crc_table = htole32(crc32((char *)secbuf + gpt->secsz, len));
gpt.c 422 if (crc32(p, tblsz) != le32toh(hdr->hdr_crc_table)) {
721 hdr->hdr_crc_table = htole32(crc32(tbl->map_data,
  /src/sbin/efi/
gptsubr.c 129 uint32_t hdr_crc_table; /* CRC32 of GPE array */
  /src/sys/arch/i386/stand/lib/
biosdisk.c 458 if (crc != gpth.hdr_crc_table) {

Completed in 14 milliseconds