Lines Matching full:partition

2   EFI Guid Partition Table Format Definition.
13 /// The primary GUID Partition Table Header must be
18 /// EFI Partition Table Signature: "EFI PART".
29 /// GPT Partition Table Header.
33 /// The table header for the GPT partition Table.
42 /// LBA address of the alternate GUID Partition Table Header.
47 /// by a partition described by a GUID Partition Entry.
52 /// by a partition described by a GUID Partition Entry.
60 /// The starting LBA of the GUID Partition Entry array.
64 /// The number of Partition Entries in the GUID Partition Entry array.
68 /// The size, in bytes, of each the GUID Partition
69 /// Entry structures in the GUID Partition Entry
75 /// The CRC32 of the GUID Partition Entry array.
84 /// GPT Partition Entry.
88 /// Unique ID that defines the purpose and type of this Partition. A value of
89 /// zero defines that this partition entry is not being used.
93 /// GUID that is unique for every partition entry. Every partition ever
95 /// This GUID must be assigned when the GUID Partition Entry is created.
99 /// Starting LBA of the partition defined by this entry
103 /// Ending LBA of the partition defined by this entry.
108 …/// Bit 0: If this bit is set, the partition is required for the platform to function. The ow…
109 …/// partition indicates that deletion or modification of the contents can result in lo…
111 …/// this partition is removed, and it should be considered part of the hardware of the…
113 …/// potentially stop working if this partition is removed. Unless OS software or firmw…
114 …/// recognizes this partition, it should never be removed or modified as the UEFI firm…
117 /// this partition. By not producing an EFI_BLOCK_IO_PROTOCOL partition, file system
118 /// mappings will not be created for this partition in UEFI.
121 …/// partition may be bootable. The UEFI boot manager must ignore this bit when selecti…
131 /// Null-terminated name of the partition.