Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOStatistics.h133 typedef struct IOStatisticsGlobal { struct
137 } IOStatisticsGlobal; argument
H A DIOStatisticsPrivate.h219 static uint32_t copyGlobalStatistics(IOStatisticsGlobal *stats);
/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp653 sizeof(IOStatisticsGlobal) + in getStatistics()
692 size = copyGlobalStatistics((IOStatisticsGlobal*)((void*)ptr)); in getStatistics()
864 IOStatistics::copyGlobalStatistics(IOStatisticsGlobal *stats) in copyGlobalStatistics()
870 return sizeof(IOStatisticsGlobal); in copyGlobalStatistics()