Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOStatistics.h40 kIOStatisticsDriverNameLength = 64, enumerator
177 char identifier[kIOStatisticsDriverNameLength];
/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp1019 strncpy(kextIDs->identifier, ke->kext->getIdentifierCString(), kIOStatisticsDriverNameLength); in copyKextIdentifiers()