libparted 3.6
|
Typedefs | |
typedef uint16_t | efi_char16_t |
typedef struct _GPTDiskData | GPTDiskData |
typedef struct _GPTPartitionData | GPTPartitionData |
typedef struct _GuidPartitionEntry_t | GuidPartitionEntry_t |
typedef struct _GuidPartitionEntryAttributes_t | GuidPartitionEntryAttributes_t |
typedef struct _GuidPartitionTableHeader_t | GuidPartitionTableHeader_t |
typedef struct _LegacyMBR_t | LegacyMBR_t |
typedef struct _PartitionRecord_t | PartitionRecord_t |
Functions | |
struct | __attribute__ ((packed)) |
struct | __attribute__ ((packed, aligned(8))) |
void | ped_disk_gpt_done () |
void | ped_disk_gpt_init () |
PT_define_limit_functions (gpt) | |
verify (sizeof(GuidPartitionEntry_t)==128) | |
verify (sizeof(GuidPartitionEntryAttributes_t)==8) | |
#define _ | ( | String | ) | (String) |
#define EFI_PMBR_OSTYPE_EFI 0xEE |
#define GPT_DEFAULT_PARTITION_ENTRIES |
#define GPT_DEFAULT_PARTITION_ENTRY_ARRAY_SIZE 16384 |
#define GPT_HEADER_REVISION_V0_99 0x00009900 |
#define GPT_HEADER_REVISION_V1_00 0x00010000 |
#define GPT_HEADER_REVISION_V1_02 0x00010200 |
#define GPT_HEADER_SECTORS 1 |
#define GPT_HEADER_SIGNATURE 0x5452415020494645LL |
#define GPT_PMBR_LBA 0 |
#define GPT_PMBR_SECTORS 1 |
#define GPT_PRIMARY_HEADER_LBA 1 |
#define GPT_PRIMARY_PART_TABLE_LBA 2 |
#define LEGACY_MBR_PARTITION_GUID |
#define MSDOS_MBR_SIGNATURE 0xaa55 |
#define PARTITION_APPLE_HFS_GUID |
#define PARTITION_APPLE_TV_RECOVERY_GUID |
#define PARTITION_BASIC_DATA_GUID |
#define PARTITION_BIOS_GRUB_GUID |
#define PARTITION_BLS_BOOT_GUID |
#define PARTITION_CHROMEOS_KERNEL_GUID |
#define PARTITION_HPSERVICE_GUID |
#define PARTITION_IRST_GUID |
#define PARTITION_LINUX_DATA_GUID |
#define PARTITION_LINUX_HOME_GUID |
#define PARTITION_LVM_GUID |
#define PARTITION_MSFT_RECOVERY |
#define PARTITION_MSFT_RESERVED_GUID |
#define PARTITION_PREP_GUID |
#define PARTITION_RAID_GUID |
#define PARTITION_RESERVED_GUID |
#define PARTITION_SWAP_GUID |
#define PARTITION_SYSTEM_GUID |
#define UNUSED_ENTRY_GUID |
typedef uint16_t efi_char16_t |
typedef struct _GPTDiskData GPTDiskData |
typedef struct _GPTPartitionData GPTPartitionData |
typedef struct _GuidPartitionEntry_t GuidPartitionEntry_t |
typedef struct _GuidPartitionEntryAttributes_t GuidPartitionEntryAttributes_t |
typedef struct _GuidPartitionTableHeader_t GuidPartitionTableHeader_t |
typedef struct _LegacyMBR_t LegacyMBR_t |
typedef struct _PartitionRecord_t PartitionRecord_t |
struct __attribute__ | ( | (packed) | ) |
struct __attribute__ | ( | (packed, aligned(8)) | ) |
void ped_disk_gpt_done | ( | ) |
void ped_disk_gpt_init | ( | ) |
PT_define_limit_functions | ( | gpt | ) |
verify | ( | sizeof(GuidPartitionEntry_t) | = =128 | ) |
verify | ( | sizeof(GuidPartitionEntryAttributes_t) | = =8 | ) |