Home
last modified time | relevance | path

Searched refs:IOStatisticsMemory (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOStatistics.h147 typedef struct IOStatisticsMemory { struct
156 } IOStatisticsMemory; argument
H A DIOStatisticsPrivate.h221 static uint32_t copyMemoryStatistics(IOStatisticsMemory *stats);
/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp655 (sizeof(IOStatisticsMemory) * loadedKexts) + in getStatistics()
702 size = copyMemoryStatistics((IOStatisticsMemory*)((void*)ptr)); in getStatistics()
898 IOStatistics::copyMemoryStatistics(IOStatisticsMemory *stats) in copyMemoryStatistics()
914 return sizeof(IOStatisticsMemory) * loadedKexts; in copyMemoryStatistics()