Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPMPowerSource.cpp87 cycleCountKey = OSSymbol::withCString(kIOPMPSCycleCountKey); in init()
142 if (cycleCountKey) { in free()
143 cycleCountKey->release(); in free()
344 setPSProperty(cycleCountKey, n); in setCycleCount()
524 n = OSDynamicCast(OSNumber, properties->getObject(cycleCountKey)); in cycleCount()
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h202 const OSSymbol *cycleCountKey; variable