Home
last modified time | relevance | path

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

/dflybsd-src/sbin/gpt/
H A Dremove.c114 hdr->hdr_crc_table = htole32(crc32(tbl->map_data, in rem()
129 hdr->hdr_crc_table = htole32(crc32(lbt->map_data, in rem()
H A Dboot.c116 hdr->hdr_crc_table = htole32(crc32(tbl->map_data, in bootset()
131 hdr->hdr_crc_table = htole32(crc32(lbt->map_data, in bootset()
H A Dexpand.c200 hdr->hdr_crc_table = htole32(crc32(tbl->map_data, in expand()
206 hdr->hdr_crc_table = htole32(crc32(tbl2->map_data, in expand()
H A Dlabel.c116 hdr->hdr_crc_table = htole32(crc32(tbl->map_data, in label()
131 hdr->hdr_crc_table = htole32(crc32(lbt->map_data, in label()
H A Dadd.c129 hdr->hdr_crc_table = htole32(crc32(tbl->map_data, in add()
144 hdr->hdr_crc_table = htole32(crc32(lbt->map_data, in add()
H A Dcreate.c199 hdr->hdr_crc_table = htole32(crc32(ent, le32toh(hdr->hdr_entries) * in create()
H A Dmigrate.c290 hdr->hdr_crc_table = htole32(crc32(ent, le32toh(hdr->hdr_entries) * in migrate()
H A Dgpt.c496 if (crc32(p, tblsz) != le32toh(hdr->hdr_crc_table)) { in gpt_gpt()
/dflybsd-src/sys/sys/
H A Dgpt.h50 uint32_t hdr_crc_table; member