Searched refs:IOStatisticsKext (Results 1 – 3 of 3) sorted by relevance
139 typedef struct IOStatisticsKext { struct145 } IOStatisticsKext; argument
220 static uint32_t copyKextStatistics(IOStatisticsKext *stats);
654 (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()