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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp75 kIOMaxPlaneName = 32 enumerator in enum:__anon559
183 char key[ kIOMaxPlaneName + 16 ];
186 strlcpy( key, name, kIOMaxPlaneName + 1 );
1119 char temp[ kIOMaxPlaneName + 1 ];
1129 if( (end - path) < kIOMaxPlaneName) {
1164 char temp[ kIOMaxPlaneName + 1 ];
1172 if( end && ((end - path) < kIOMaxPlaneName)) {

Completed in 8 milliseconds