Home
last modified time | relevance | path

Searched refs:copyUserClientStatistics (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOStatisticsPrivate.h229 static uint32_t copyUserClientStatistics(IOStatisticsUserClientHeader *stats, uint32_t loadTag);
/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp846 size = copyUserClientStatistics(header, requestedLoadTag); in getUserClientStatistics()
1072 IOStatistics::copyUserClientStatistics(IOStatisticsUserClientHeader *stats, uint32_t loadTag) in copyUserClientStatistics() function in IOStatistics