Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOStatistics.h139 typedef struct IOStatisticsKext { struct
145 } IOStatisticsKext; argument
H A DIOStatisticsPrivate.h220 static uint32_t copyKextStatistics(IOStatisticsKext *stats);
/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp654 (sizeof(IOStatisticsKext) * loadedKexts) + (sizeof(uint32_t) * registeredClasses) + in getStatistics()
697 size = copyKextStatistics((IOStatisticsKext*)((void*)ptr)); in getStatistics()
874 IOStatistics::copyKextStatistics(IOStatisticsKext *stats) in copyKextStatistics()
891 …stats = (IOStatisticsKext *)((void*)((char*)stats + sizeof(IOStatisticsKext) + (ke->classes * size… in copyKextStatistics()
894 return sizeof(IOStatisticsKext) * loadedKexts + sizeof(uint32_t) * registeredClasses; in copyKextStatistics()