OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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/
resizedisk.c
198
hdr->
hdr_crc_self
= 0;
200
hdr->
hdr_crc_self
=
recover.c
104
hdr->
hdr_crc_self
= 0;
105
hdr->
hdr_crc_self
= htole32(crc32(hdr, le32toh(hdr->hdr_size)));
restore.c
362
hdr->
hdr_crc_self
= htole32(crc32(hdr, GPT_HDR_SIZE));
372
hdr->
hdr_crc_self
= 0;
373
hdr->
hdr_crc_self
= htole32(crc32(hdr, GPT_HDR_SIZE));
gpt.c
397
crc = le32toh(hdr->
hdr_crc_self
);
398
hdr->
hdr_crc_self
= 0;
723
hdr->
hdr_crc_self
= 0;
724
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/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/efi/
gptsubr.c
119
uint32_t
hdr_crc_self
; /* CRC32 of GPT Header */
/src/sbin/fdisk/
fdisk.c
3014
hdr->
hdr_crc_self
= 0;
3018
|| crc32(0, (void *)hdr, gptp->hdr_size) != gptp->
hdr_crc_self
) {
3026
tabletype, gptp->
hdr_crc_self
, offset, gptp->hdr_lba_alt);
/src/sbin/cgdconfig/
cgdconfig.c
1185
hdr.
hdr_crc_self
= 0;
Completed in 183 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025