Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOStatistics.h42 kIOStatisticsProcessNameLength = 20 enumerator
205 char processName[kIOStatisticsProcessNameLength];
H A DIOStatisticsPrivate.h113 char processName[kIOStatisticsProcessNameLength];
/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp1090 …ts->userClientCalls[procs].processName, processEntry->processName, kIOStatisticsProcessNameLength); in copyUserClientStatistics()
1188 strncpy(entry->processName, ptr, kIOStatisticsProcessNameLength); in storeUserClientCallInfo()