UbixOS  2.0
gpt_hdr Struct Reference

#include <gpt.h>

Collaboration diagram for gpt_hdr:
Collaboration graph

Data Fields

uint32_t __reserved
 
uint32_t hdr_crc_self
 
uint32_t hdr_crc_table
 
uint32_t hdr_entries
 
uint32_t hdr_entsz
 
u_int64_t hdr_lba_alt
 
u_int64_t hdr_lba_end
 
u_int64_t hdr_lba_self
 
u_int64_t hdr_lba_start
 
u_int64_t hdr_lba_table
 
uint32_t hdr_revision
 
char hdr_sig [8]
 
uint32_t hdr_size
 
struct uuid hdr_uuid
 
uint32_t padding
 

Detailed Description

Definition at line 44 of file gpt.h.

Field Documentation

◆ __reserved

uint32_t gpt_hdr::__reserved

Definition at line 51 of file gpt.h.

◆ hdr_crc_self

uint32_t gpt_hdr::hdr_crc_self

Definition at line 50 of file gpt.h.

◆ hdr_crc_table

uint32_t gpt_hdr::hdr_crc_table

Definition at line 60 of file gpt.h.

◆ hdr_entries

uint32_t gpt_hdr::hdr_entries

Definition at line 58 of file gpt.h.

◆ hdr_entsz

uint32_t gpt_hdr::hdr_entsz

Definition at line 59 of file gpt.h.

◆ hdr_lba_alt

u_int64_t gpt_hdr::hdr_lba_alt

Definition at line 53 of file gpt.h.

◆ hdr_lba_end

u_int64_t gpt_hdr::hdr_lba_end

Definition at line 55 of file gpt.h.

◆ hdr_lba_self

u_int64_t gpt_hdr::hdr_lba_self

Definition at line 52 of file gpt.h.

◆ hdr_lba_start

u_int64_t gpt_hdr::hdr_lba_start

Definition at line 54 of file gpt.h.

◆ hdr_lba_table

u_int64_t gpt_hdr::hdr_lba_table

Definition at line 57 of file gpt.h.

◆ hdr_revision

uint32_t gpt_hdr::hdr_revision

Definition at line 47 of file gpt.h.

◆ hdr_sig

char gpt_hdr::hdr_sig[8]

Definition at line 45 of file gpt.h.

◆ hdr_size

uint32_t gpt_hdr::hdr_size

Definition at line 49 of file gpt.h.

◆ hdr_uuid

struct uuid gpt_hdr::hdr_uuid

Definition at line 56 of file gpt.h.

◆ padding

uint32_t gpt_hdr::padding

Definition at line 68 of file gpt.h.


The documentation for this struct was generated from the following file: