Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
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 */
50 uint64_t hdr_lba_self; /* LBA that contains this Header */
51 uint64_t hdr_lba_alt; /* LBA of backup GPT Header */
52 uint64_t hdr_lba_start; /* first LBA usable for partitions */
53 uint64_t hdr_lba_end; /* last LBA usable for partitions */
[all …]
/netbsd/src/sbin/gpt/
Dgpt.c692 gpt_hdr(gpt_t gpt) in gpt_hdr() function
1104 void (*cfn)(struct gpt_hdr *, void *, int), void *v) in gpt_change_hdr() argument