OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hdr_crc_self
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/dev/dkwedge/
dkwedge_gpt.c
104
crc = hdr->
hdr_crc_self
;
105
hdr->
hdr_crc_self
= 0;
107
hdr->
hdr_crc_self
= crc;
/src/sbin/gpt/
recover.c
107
hdr->
hdr_crc_self
= 0;
108
hdr->
hdr_crc_self
= htole32(crc32(hdr, le32toh(hdr->hdr_size)));
resizedisk.c
201
hdr->
hdr_crc_self
= 0;
203
hdr->
hdr_crc_self
=
restore.c
365
hdr->
hdr_crc_self
= htole32(crc32(hdr, GPT_HDR_SIZE));
375
hdr->
hdr_crc_self
= 0;
376
hdr->
hdr_crc_self
= htole32(crc32(hdr, GPT_HDR_SIZE));
gpt.c
400
crc = le32toh(hdr->
hdr_crc_self
);
401
hdr->
hdr_crc_self
= 0;
765
hdr->
hdr_crc_self
= 0;
766
hdr->
hdr_crc_self
= htole32(crc32(hdr, le32toh(hdr->hdr_size)));
/src/sys/sys/
disklabel_gpt.h
48
uint32_t
hdr_crc_self
; /* CRC32 of GPT Header */
member in struct:gpt_hdr
/src/sbin/efi/
gptsubr.c
119
uint32_t
hdr_crc_self
; /* CRC32 of GPT Header */
/src/sys/arch/i386/stand/lib/
biosdisk.c
381
crc = gpth.
hdr_crc_self
;
382
gpth.
hdr_crc_self
= 0;
383
gpth.
hdr_crc_self
= crc32(0, (const void *)&gpth, GPT_HDR_SIZE);
384
if (gpth.
hdr_crc_self
!= crc) {
/src/sbin/fdisk/
fdisk.c
3017
hdr->
hdr_crc_self
= 0;
3021
|| crc32(0, (void *)hdr, gptp->hdr_size) != gptp->
hdr_crc_self
) {
3029
tabletype, gptp->
hdr_crc_self
, offset, gptp->hdr_lba_alt);
/src/sbin/cgdconfig/
cgdconfig.c
1185
hdr.
hdr_crc_self
= 0;
Completed in 44 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026