Searched refs:hdr_crc_table (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/boot/common/ |
H A D | gpt.c | 80 hdr->hdr_crc_table = crc32(0, Z_NULL, 0); in gptupdate() 81 hdr->hdr_crc_table = crc32(hdr->hdr_crc_table, table, in gptupdate() 271 hdr->hdr_crc_table = crc32(0, Z_NULL, 0); in gptbootconv() 272 hdr->hdr_crc_table = crc32(hdr->hdr_crc_table, table, in gptbootconv() 313 if (crc32(0, table, nent * hdr->hdr_entsz) != hdr->hdr_crc_table) { in gptread_table()
|
H A D | part.c | 222 hdr->hdr_crc_table = le32toh(hdr->hdr_crc_table); in gpt_checkhdr() 238 if (hdr->hdr_crc_table != in gpt_checktbl() 317 hdr.hdr_crc_table != phdr->hdr_crc_table) { in ptable_gptread()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | gpt.h | 48 uint32_t hdr_crc_table; member
|