Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOStatistics.h176 typedef struct IOStatisticsKextIdentifier { struct
178 } IOStatisticsKextIdentifier; argument
H A DIOStatisticsPrivate.h224 static uint32_t copyKextIdentifiers(IOStatisticsKextIdentifier *kextIDs);
/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp658 (sizeof(IOStatisticsKextIdentifier) * loadedKexts) + in getStatistics()
717 size = copyKextIdentifiers((IOStatisticsKextIdentifier*)((void*)ptr)); in getStatistics()
1014 IOStatistics::copyKextIdentifiers(IOStatisticsKextIdentifier *kextIDs) in copyKextIdentifiers()
1023 return sizeof(IOStatisticsKextIdentifier) * loadedKexts; in copyKextIdentifiers()