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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatistics.h42 kIOStatisticsProcessNameLength = 20 enumerator in enum:__anon622
205 char processName[kIOStatisticsProcessNameLength];
H A DIOStatisticsPrivate.h113 char processName[kIOStatisticsProcessNameLength];
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp1070 strncpy(stats->userClientCalls[procs].processName, processEntry->processName, kIOStatisticsProcessNameLength);
1168 strncpy(entry->processName, ptr, kIOStatisticsProcessNameLength);

Completed in 20 milliseconds