Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp85 kIOMaxPlaneName = 32 enumerator
207 char key[kIOMaxPlaneName + 16]; in makePlane()
210 strlcpy( key, name, kIOMaxPlaneName + 1 ); in makePlane()
1512 char temp[kIOMaxPlaneName + 1]; in dealiasPath()
1523 if ((end - path) < kIOMaxPlaneName) { in dealiasPath()
1560 char temp[kIOMaxPlaneName + 1]; in fromPath()
1569 if (end && ((end - path) < kIOMaxPlaneName)) { in fromPath()