OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPT_HDR_SIZE
(Results
1 - 7
of
7
) sorted by relevancy
/src/sbin/gpt/
restore.c
352
hdr->hdr_size = htole32(
GPT_HDR_SIZE
);
362
hdr->hdr_crc_self = htole32(crc32(hdr,
GPT_HDR_SIZE
));
373
hdr->hdr_crc_self = htole32(crc32(hdr,
GPT_HDR_SIZE
));
resizedisk.c
201
htole32(crc32(gpt->gpt->map_data,
GPT_HDR_SIZE
));
gpt.c
909
hdr->hdr_size = htole32(
GPT_HDR_SIZE
);
/src/sys/sys/
disklabel_gpt.h
71
#define
GPT_HDR_SIZE
0x5c
/src/sbin/fdisk/
fdisk.c
3011
(void)memcpy(gptp, buf,
GPT_HDR_SIZE
);
3020
(void)memset(gptp, 0,
GPT_HDR_SIZE
);
3051
(void)memcpy(buf, gptp,
GPT_HDR_SIZE
);
3062
(void)memset(gptp, 0,
GPT_HDR_SIZE
);
/src/sbin/cgdconfig/
cgdconfig.c
1183
&& le32toh(hdr.hdr_size) ==
GPT_HDR_SIZE
) {
/src/sys/arch/i386/stand/lib/
biosdisk.c
383
gpth.hdr_crc_self = crc32(0, (const void *)&gpth,
GPT_HDR_SIZE
);
Completed in 37 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025