Searched refs:EntryCount (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.h37 uint32 EntryCount() const function in class:EFI::Header
38 { return fHeader.EntryCount(); }
66 * fHeader.EntryCount(); }
H A Dgpt.h70 uint32 EntryCount() const function in struct:gpt_table_header
H A Dgpt.cpp117 for (uint32 i = 0; i < header->EntryCount(); i++) {
380 for (uint32 i = 0; i < header->EntryCount(); i++) {
515 if (entryIndex >= header->EntryCount())
576 if (entryIndex >= header->EntryCount())
637 if (entryIndex >= header->EntryCount())
683 if (entryIndex >= header->EntryCount())
877 if (entryIndex >= header->EntryCount())
H A DHeader.cpp401 dprintf("entry count: %" B_PRIu32 "\n", header.EntryCount());
409 for (uint32 i = 0; i < EntryCount(); i++) {
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.cpp31 inline int32 EntryCount() const;
168 DirEntryBlock::EntryCount() const function in class:DirEntryBlock
187 return BytesUsedFor(EntryCount());
210 int32 entryCount = EntryCount();
224 int32 entryCount = EntryCount();
261 int32 entryCount = EntryCount();
358 ASSERT(index >= 0 && index < EntryCount());
360 int32 entryCount = EntryCount();
410 ASSERT(other.EntryCount() == 0);
411 ASSERT(splitIndex <= EntryCount());
[all...]
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp274 if (error == B_OK && partitionIndex < gptHeader.EntryCount()) {
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlreg.h709 uint32_t EntryCount; member in struct:__anon45
718 uint32_t EntryCount; member in struct:__anon46
H A Dmwlhal.c967 pCmd->EntryCount = htole32(1);
986 pCmd->EntryCount = htole32(n);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl1.h1422 UINT32 EntryCount; member in struct:acpi_einj_trigger

Completed in 173 milliseconds