Searched refs:efi_partition_entry (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.h36 efi_partition_entry& EntryAt(int32 index) const
37 { return *(efi_partition_entry*)(fEntries
H A Defi_gpt.h91 struct efi_partition_entry { struct
H A Defi_gpt.cpp106 const efi_partition_entry& entry = header->EntryAt(i);
362 const efi_partition_entry& entry = header->EntryAt(i);
508 efi_partition_entry& entry = header->EntryAt(entryIndex);
573 efi_partition_entry& entry = header->EntryAt(entryIndex);
623 efi_partition_entry& entry = header->EntryAt(entryIndex);
673 efi_partition_entry& entry = header->EntryAt(entryIndex);
760 efi_partition_entry& entry = header->EntryAt(entryIndex);
825 efi_partition_entry& entry = header->EntryAt(entryIndex);
H A DHeader.cpp371 const efi_partition_entry &entry = EntryAt(i);

Completed in 37 milliseconds