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

/xnu-2782.1.97/iokit/Kernel/
H A DIOPMPowerSource.cpp83 cycleCountKey = OSSymbol::withCString(kIOPMPSCycleCountKey);
113 if(cycleCountKey) cycleCountKey->release();
257 setPSProperty(cycleCountKey, n);
379 n = OSDynamicCast(OSNumber, properties->getObject(cycleCountKey));
/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h201 const OSSymbol *cycleCountKey; member in class:IOPMPowerSource

Completed in 23 milliseconds