Searched defs:GptPartitionEntry (Results 1 – 5 of 5) sorted by relevance
161 pub struct GptPartitionEntry { struct183 impl GptPartitionEntry { argument264 pub fn gpt_partition_entry(&self) -> Option<&GptPartitionEntry> { in gpt_partition_entry()
183 pub struct GptPartitionEntry { struct196 impl Default for GptPartitionEntry { argument209 impl GptPartitionEntry { impl
664 fn create_gpt_entry(partition: &PartitionInfo, offset: u64) -> GptPartitionEntry { in create_gpt_entry()
94 struct __attribute__((packed)) GptPartitionEntry { struct95 std::uint8_t partition_type_guid[16];96 std::uint8_t unique_partition_guid[16];97 std::uint64_t first_lba;98 std::uint64_t last_lba;99 std::uint64_t attributes;100 std::uint16_t partition_name[36]; // UTF-16LE