Symbol: EntryCount
src/add-ons/kernel/bus_managers/acpi/acpica/include/actbl1.h
1456
UINT32 EntryCount;
src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/mwlhal.c
963
pCmd->EntryCount = htole32(1);
src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/mwlhal.c
982
pCmd->EntryCount = htole32(n);
src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/mwlreg.h
707
uint32_t EntryCount;
src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/mwlreg.h
716
uint32_t EntryCount;
src/add-ons/kernel/partitioning_systems/gpt/Header.cpp
401
dprintf("entry count: %" B_PRIu32 "\n", header.EntryCount());
src/add-ons/kernel/partitioning_systems/gpt/Header.cpp
409
for (uint32 i = 0; i < EntryCount(); i++) {
src/add-ons/kernel/partitioning_systems/gpt/Header.h
37
uint32 EntryCount() const
src/add-ons/kernel/partitioning_systems/gpt/Header.h
38
{ return fHeader.EntryCount(); }
src/add-ons/kernel/partitioning_systems/gpt/Header.h
66
* fHeader.EntryCount(); }
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
117
for (uint32 i = 0; i < header->EntryCount(); i++) {
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
380
for (uint32 i = 0; i < header->EntryCount(); i++) {
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
515
if (entryIndex >= header->EntryCount())
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
576
if (entryIndex >= header->EntryCount())
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
637
if (entryIndex >= header->EntryCount())
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
683
if (entryIndex >= header->EntryCount())
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
877
if (entryIndex >= header->EntryCount())
src/add-ons/kernel/partitioning_systems/gpt/gpt.h
70
uint32 EntryCount() const
src/bin/makebootable/platform/bios_ia32/makebootable.cpp
316
if (error == B_OK && partitionIndex < gptHeader.EntryCount()) {
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1010
if (level == depth || info.index >= info.entryBlock.EntryCount()) {
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1045
return entryBlock.EntryCount() == 0;
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1409
info.entryBlock.EntryCount());
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1453
uint32 entryCount = entryBlock.EntryCount();
src/tests/system/kernel/file_corruption/fs/Directory.cpp
187
return BytesUsedFor(EntryCount());
src/tests/system/kernel/file_corruption/fs/Directory.cpp
210
int32 entryCount = EntryCount();
src/tests/system/kernel/file_corruption/fs/Directory.cpp
224
int32 entryCount = EntryCount();
src/tests/system/kernel/file_corruption/fs/Directory.cpp
261
int32 entryCount = EntryCount();
src/tests/system/kernel/file_corruption/fs/Directory.cpp
31
inline int32 EntryCount() const;
src/tests/system/kernel/file_corruption/fs/Directory.cpp
358
ASSERT(index >= 0 && index < EntryCount());
src/tests/system/kernel/file_corruption/fs/Directory.cpp
360
int32 entryCount = EntryCount();
src/tests/system/kernel/file_corruption/fs/Directory.cpp
410
ASSERT(other.EntryCount() == 0);
src/tests/system/kernel/file_corruption/fs/Directory.cpp
411
ASSERT(splitIndex <= EntryCount());
src/tests/system/kernel/file_corruption/fs/Directory.cpp
413
int32 entryCount = EntryCount();
src/tests/system/kernel/file_corruption/fs/Directory.cpp
458
int32 entryCount = EntryCount();
src/tests/system/kernel/file_corruption/fs/Directory.cpp
569
if (entryBlock.EntryCount() == 0)
src/tests/system/kernel/file_corruption/fs/Directory.cpp
646
if (info.entryBlock.EntryCount() == 0) {
src/tests/system/kernel/file_corruption/fs/Directory.cpp
688
if (infos[depth].index >= infos[depth].entryBlock.EntryCount()) {
src/tests/system/kernel/file_corruption/fs/Directory.cpp
696
if (++info.index < info.entryBlock.EntryCount()) {
src/tests/system/kernel/file_corruption/fs/Directory.cpp
725
if (info.entryBlock.EntryCount() == 0)
src/tests/system/kernel/file_corruption/fs/Directory.cpp
780
if (info.entryBlock.EntryCount() == 0) {
src/tests/system/kernel/file_corruption/fs/Directory.cpp
871
if (info.entryBlock.EntryCount() == 0) {
src/tests/system/kernel/file_corruption/fs/Directory.cpp
948
if (info.entryBlock.EntryCount() == 1) {