Searched refs:EntryAt (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DDirItem.h83 DirEntry *EntryAt(int32 index) const function in class:DirItem
94 if (DirEntry *entry = EntryAt(index)) {
115 maxLength = EntryAt(index -1)->GetLocation()
H A DVolume.cpp363 DirEntry *entry = dirItem.EntryAt(index);
401 DirEntry *entry = item.EntryAt(entryIndex);
598 DirEntry *entry = item.EntryAt(index);
636 DirEntry *entry = item.EntryAt(index);
H A DIterators.cpp1147 DirEntry *entry = fDirItem.EntryAt(fIndex);
1196 && fDirItem.EntryAt(fIndex)->GetOffset() > GetOffset()) {
1197 //printf(" skipping entry %ld: offset %lu\n", fIndex, fDirItem.EntryAt(fIndex)->GetOffset());
1204 //&& (printf(" entry index %ld: offset %lu\n", fIndex, fDirItem.EntryAt(fIndex)->GetOffset()), true)
1206 || offset_hash_value(fDirItem.EntryAt(fIndex)->GetOffset())
1209 DirEntry *entry = fDirItem.EntryAt(fIndex);
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.h39 gpt_partition_entry& EntryAt(int32 index) const function in class:EFI::Header
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);
H A DHeader.cpp410 const gpt_partition_entry &entry = EntryAt(i);
/haiku/src/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.cpp173 for (int i = 0; Entry* entry = EntryAt(i); i++)
190 for (int i = 0; Entry* entry = EntryAt(i); i++)
237 for (int i = 0; Entry* entry = EntryAt(i); i++) {
247 // EntryAt
249 ElfSymbolPatchInfo::EntryAt(int32 index) function in class:ElfSymbolPatchInfo
258 for (int i = 0; Entry* entry = EntryAt(i); i++) {
/haiku/headers/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.h74 Entry* EntryAt(int32 index);
/haiku/src/system/boot/platform/efi/
H A Ddevices.cpp156 if (memcmp(&entries[index], &header->EntryAt(index),
162 if (kTypeMap[i].guid == header->EntryAt(index).partition_type)
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp275 gpt_partition_entry partition = gptHeader.EntryAt(partitionIndex - 1);

Completed in 96 milliseconds