Searched refs:gpt_partition_entry (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.h39 gpt_partition_entry& EntryAt(int32 index) const
40 { return *(gpt_partition_entry*)(fEntries
H A Dgpt.cpp118 const gpt_partition_entry& entry = header->EntryAt(i);
381 const gpt_partition_entry& entry = header->EntryAt(i);
527 gpt_partition_entry& entry = header->EntryAt(entryIndex);
592 gpt_partition_entry& entry = header->EntryAt(entryIndex);
642 gpt_partition_entry& entry = header->EntryAt(entryIndex);
692 gpt_partition_entry& entry = header->EntryAt(entryIndex);
818 gpt_partition_entry& entry = header->EntryAt(entryIndex);
885 gpt_partition_entry& entry = header->EntryAt(entryIndex);
886 memset(&entry, 0, sizeof(gpt_partition_entry));
H A Dgpt.h91 struct gpt_partition_entry { struct
H A DHeader.cpp410 const gpt_partition_entry &entry = EntryAt(i);
/haiku/src/system/boot/platform/efi/
H A Ddevices.cpp149 uint32 size = sizeof(gpt_partition_entry) * (index + 1);
150 gpt_partition_entry *entries = (gpt_partition_entry*)malloc(size);
157 sizeof(gpt_partition_entry)) != 0)
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp275 gpt_partition_entry partition = gptHeader.EntryAt(partitionIndex - 1);

Completed in 93 milliseconds