Home
last modified time | relevance | path

Searched defs:gpt_hdr (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/sys/
H A Ddisklabel_gpt.h44 struct gpt_hdr { struct
45 int8_t hdr_sig[8]; /* identifies GUID Partition Table */
46 uint32_t hdr_revision; /* GPT specification revision */
47 uint32_t hdr_size; /* size of GPT Header */
48 uint32_t hdr_crc_self; /* CRC32 of GPT Header */
49 uint32_t hdr__rsvd0; /* must be zero */
51 uint64_t hdr_lba_alt; /* LBA of backup GPT Header */
54 uint8_t hdr_guid[16]; /* GUID to identify the disk */
55 uint64_t hdr_lba_table; /* first LBA of GPE array */
57 uint32_t hdr_entsz; /* size of each GPE */
[all …]
/netbsd/sbin/gpt/
H A Dgpt.c687 gpt_hdr(gpt_t gpt) in gpt_hdr() function
1099 void (*cfn)(struct gpt_hdr *, void *, int), void *v) in gpt_change_hdr() argument