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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMPowerSource.cpp79 maxCapacityKey = OSSymbol::withCString(kIOPMPSMaxCapacityKey);
109 if(maxCapacityKey) maxCapacityKey->release();
241 setPSProperty(maxCapacityKey, n);
348 n = OSDynamicCast(OSNumber, properties->getObject(maxCapacityKey));
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h195 const OSSymbol *maxCapacityKey; member in class:IOPMPowerSource

Completed in 20 milliseconds