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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp78 kIOMaxPlaneName = 32 enumerator in enum:__anon754
194 char key[ kIOMaxPlaneName + 16 ];
197 strlcpy( key, name, kIOMaxPlaneName + 1 );
1160 char temp[ kIOMaxPlaneName + 1 ];
1170 if( (end - path) < kIOMaxPlaneName) {
1205 char temp[ kIOMaxPlaneName + 1 ];
1213 if( end && ((end - path) < kIOMaxPlaneName)) {

Completed in 62 milliseconds