Searched refs:hdr_crc_table (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/sbin/gpt/ |
H A D | 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()
|
H A D | 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()
|
H A D | 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()
|
H A D | 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()
|
H A D | 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()
|
H A D | create.c | 199 hdr->hdr_crc_table = htole32(crc32(ent, le32toh(hdr->hdr_entries) * in create()
|
H A D | migrate.c | 290 hdr->hdr_crc_table = htole32(crc32(ent, le32toh(hdr->hdr_entries) * in migrate()
|
H A D | gpt.c | 496 if (crc32(p, tblsz) != le32toh(hdr->hdr_crc_table)) { in gpt_gpt()
|
/dflybsd-src/sys/sys/ |
H A D | gpt.h | 50 uint32_t hdr_crc_table; member
|