Home
last modified time | relevance | path

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

/dragonfly/sbin/gpt/
HDremove.c114 hdr->hdr_crc_table = htole32(crc32(tbl->map_data, in rem()
129 hdr->hdr_crc_table = htole32(crc32(lbt->map_data, in rem()
HDboot.c116 hdr->hdr_crc_table = htole32(crc32(tbl->map_data, in bootset()
131 hdr->hdr_crc_table = htole32(crc32(lbt->map_data, in bootset()
HDexpand.c200 hdr->hdr_crc_table = htole32(crc32(tbl->map_data, in expand()
206 hdr->hdr_crc_table = htole32(crc32(tbl2->map_data, in expand()
HDlabel.c116 hdr->hdr_crc_table = htole32(crc32(tbl->map_data, in label()
131 hdr->hdr_crc_table = htole32(crc32(lbt->map_data, in label()
HDadd.c129 hdr->hdr_crc_table = htole32(crc32(tbl->map_data, in add()
144 hdr->hdr_crc_table = htole32(crc32(lbt->map_data, in add()
HDcreate.c199 hdr->hdr_crc_table = htole32(crc32(ent, le32toh(hdr->hdr_entries) * in create()
HDmigrate.c290 hdr->hdr_crc_table = htole32(crc32(ent, le32toh(hdr->hdr_entries) * in migrate()
HDgpt.c496 if (crc32(p, tblsz) != le32toh(hdr->hdr_crc_table)) { in gpt_gpt()
/dragonfly/sys/sys/
HDgpt.h50 uint32_t hdr_crc_table; member