Searched refs:hdr_crc_table (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/sbin/gpt/ |
| HD | remove.c | 114 hdr->hdr_crc_table = htole32(crc32(tbl->map_data, in rem() 129 hdr->hdr_crc_table = htole32(crc32(lbt->map_data, in rem()
|
| HD | boot.c | 116 hdr->hdr_crc_table = htole32(crc32(tbl->map_data, in bootset() 131 hdr->hdr_crc_table = htole32(crc32(lbt->map_data, in bootset()
|
| HD | expand.c | 200 hdr->hdr_crc_table = htole32(crc32(tbl->map_data, in expand() 206 hdr->hdr_crc_table = htole32(crc32(tbl2->map_data, in expand()
|
| HD | label.c | 116 hdr->hdr_crc_table = htole32(crc32(tbl->map_data, in label() 131 hdr->hdr_crc_table = htole32(crc32(lbt->map_data, in label()
|
| HD | add.c | 129 hdr->hdr_crc_table = htole32(crc32(tbl->map_data, in add() 144 hdr->hdr_crc_table = htole32(crc32(lbt->map_data, in add()
|
| HD | create.c | 199 hdr->hdr_crc_table = htole32(crc32(ent, le32toh(hdr->hdr_entries) * in create()
|
| HD | migrate.c | 290 hdr->hdr_crc_table = htole32(crc32(ent, le32toh(hdr->hdr_entries) * in migrate()
|
| HD | gpt.c | 496 if (crc32(p, tblsz) != le32toh(hdr->hdr_crc_table)) { in gpt_gpt()
|
| /dragonfly/sys/sys/ |
| HD | gpt.h | 50 uint32_t hdr_crc_table; member
|