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

/xnu-2782.1.97/iokit/Kernel/
H A DIOPMPowerSource.cpp79 maxCapacityKey = OSSymbol::withCString(kIOPMPSMaxCapacityKey);
109 if(maxCapacityKey) maxCapacityKey->release();
233 setPSProperty(maxCapacityKey, n);
340 n = OSDynamicCast(OSNumber, properties->getObject(maxCapacityKey));
/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h197 const OSSymbol *maxCapacityKey; member in class:IOPMPowerSource

Completed in 19 milliseconds