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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatistics.h124 /* struct IOStatisticsGlobal */
133 typedef struct IOStatisticsGlobal { struct
137 } IOStatisticsGlobal; typedef in typeref:struct:IOStatisticsGlobal
H A DIOStatisticsPrivate.h219 static uint32_t copyGlobalStatistics(IOStatisticsGlobal *stats);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp642 sizeof(IOStatisticsGlobal) +
683 size = copyGlobalStatistics((IOStatisticsGlobal*)((void*)ptr));
852 uint32_t IOStatistics::copyGlobalStatistics(IOStatisticsGlobal *stats)
858 return sizeof(IOStatisticsGlobal);

Completed in 66 milliseconds