Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dgpt.c76 hdr->hdr_crc_table = crc32(0, Z_NULL, 0); in gptupdate()
77 hdr->hdr_crc_table = crc32(hdr->hdr_crc_table, (const Bytef *)table, in gptupdate()
269 hdr->hdr_crc_table = crc32(0, Z_NULL, 0); in gptbootconv()
270 hdr->hdr_crc_table = crc32(hdr->hdr_crc_table, (const Bytef *)table, in gptbootconv()
313 hdr->hdr_crc_table) { in gptread_table()
/freebsd/stand/common/
H A Dpart.c194 hdr->hdr_crc_table = le32toh(hdr->hdr_crc_table); in gpt_checkhdr()
210 if (hdr->hdr_crc_table != in gpt_checktbl()
290 hdr.hdr_crc_table != phdr->hdr_crc_table) { in ptable_gptread()
/freebsd/sys/sys/disk/
H A Dgpt.h71 uint32_t hdr_crc_table; member
/freebsd/sys/geom/part/
H A Dg_part_gpt.c528 hdr->hdr_crc_table = le32toh(buf->hdr_crc_table); in gpt_read_hdr()
581 if (crc32(buf, tblsz) != hdr->hdr_crc_table) { in gpt_read_tbl()
621 pri->hdr_crc_table == sec->hdr_crc_table) ? 1 : 0); in gpt_matched_hdrs()
/freebsd/usr.bin/mkimg/
H A Dgpt.c273 le32enc(&hdr->hdr_crc_table, crc); in gpt_write()