Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOStatistics.h215 struct IOStatisticsUserClientCall userClientCalls[]; member
/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp1090 …strncpy(stats->userClientCalls[procs].processName, processEntry->processName, kIOStatisticsProcess… in copyUserClientStatistics()
1091 stats->userClientCalls[procs].pid = processEntry->pid; in copyUserClientStatistics()
1092 stats->userClientCalls[procs].calls = processEntry->calls; in copyUserClientStatistics()