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

/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp78 kIOMaxPlaneName = 32 enumerator in enum:__anon779
194 char key[ kIOMaxPlaneName + 16 ];
197 strlcpy( key, name, kIOMaxPlaneName + 1 );
1155 char temp[ kIOMaxPlaneName + 1 ];
1165 if( (end - path) < kIOMaxPlaneName) {
1200 char temp[ kIOMaxPlaneName + 1 ];
1208 if( end && ((end - path) < kIOMaxPlaneName)) {

Completed in 22 milliseconds