Home
last modified time | relevance | path

Searched refs:hdr_crc_self (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/sbin/gpt/
H A Drecover.c121 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 Dremove.c116 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 Dboot.c119 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 Dexpand.c202 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 Dlabel.c118 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 Dadd.c131 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 Dcreate.c201 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 Dmigrate.c292 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 Dgpt.c479 crc = le32toh(hdr->hdr_crc_self); in gpt_gpt()
480 hdr->hdr_crc_self = 0; in gpt_gpt()
/dflybsd-src/sys/kern/
H A Dsubr_diskgpt.c114 crc = le32toh(gpt->hdr_crc_self); in gptinit()
115 gpt->hdr_crc_self = 0; in gptinit()
/dflybsd-src/sys/sys/
H A Dgpt.h40 uint32_t hdr_crc_self; member