Searched refs:hdr_crc_self (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/sbin/gpt/ |
H A D | recover.c | 121 hdr->hdr_crc_self = 0; in recover() 122 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); in recover() 139 hdr->hdr_crc_self = 0; in recover() 140 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); in recover()
|
H A D | remove.c | 116 hdr->hdr_crc_self = 0; in rem() 117 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); in rem() 131 hdr->hdr_crc_self = 0; in rem() 132 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); in rem()
|
H A D | boot.c | 119 hdr->hdr_crc_self = 0; in bootset() 120 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); in bootset() 134 hdr->hdr_crc_self = 0; in bootset() 135 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); in bootset()
|
H A D | expand.c | 202 hdr->hdr_crc_self = 0; in expand() 203 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); in expand() 208 hdr->hdr_crc_self = 0; in expand() 209 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); in expand()
|
H A D | label.c | 118 hdr->hdr_crc_self = 0; in label() 119 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); in label() 133 hdr->hdr_crc_self = 0; in label() 134 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); in label()
|
H A D | add.c | 131 hdr->hdr_crc_self = 0; in add() 132 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); in add() 146 hdr->hdr_crc_self = 0; in add() 147 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); in add()
|
H A D | create.c | 201 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); in create() 219 hdr->hdr_crc_self = 0; /* Don't ever forget this! */ in create() 220 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); in create()
|
H A D | migrate.c | 292 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); in migrate() 305 hdr->hdr_crc_self = 0; /* Don't ever forget this! */ in migrate() 306 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); in migrate()
|
H A D | gpt.c | 479 crc = le32toh(hdr->hdr_crc_self); in gpt_gpt() 480 hdr->hdr_crc_self = 0; in gpt_gpt()
|
/dflybsd-src/sys/kern/ |
H A D | subr_diskgpt.c | 114 crc = le32toh(gpt->hdr_crc_self); in gptinit() 115 gpt->hdr_crc_self = 0; in gptinit()
|
/dflybsd-src/sys/sys/ |
H A D | gpt.h | 40 uint32_t hdr_crc_self; member
|