Searched refs:kStatisticsCount (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.h338 static const UInt32 kStatisticsCount = kStatisticsWriteErrors + 1; member in class:IOBlockStorageDriver
398 OSNumber * _statistics[kStatisticsCount];
H A DIOBlockStorageDriver.cpp167 for (unsigned index = 0; index < kStatisticsCount; index++)
173 for (unsigned index = 0; index < kStatisticsCount; index++)
178 OSDictionary * statistics = OSDictionary::withCapacity(kStatisticsCount);
289 for (unsigned index = 0; index < kStatisticsCount; index++)
619 return kStatisticsCount;
621 UInt32 statisticsCount = min(kStatisticsCount, statisticsMaxCount);
635 if ((UInt32) statistic >= kStatisticsCount) return 0;

Completed in 178 milliseconds