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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOServicePM.h102 unsigned long current_aggressiveness_values [kMaxType+1];
107 bool current_aggressiveness_valid [kMaxType+1];
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DIOPM.h525 #define kMaxType (kPMLastAggressivenessType-1) macro
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePMPrivate.h230 unsigned long AggressivenessValue[ kMaxType + 1 ];
235 bool AggressivenessValid[ kMaxType + 1 ];
H A DIOServicePM.cpp412 for (unsigned int i = 0; i <= kMaxType; i++)
903 for (i = 0; i <= kMaxType; i++)
2567 if ( type <= kMaxType )
2609 if ( !initialized || (type > kMaxType) )

Completed in 38 milliseconds