Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPMPowerSource.cpp83 maxCapacityKey = OSSymbol::withCString(kIOPMPSMaxCapacityKey); in init()
130 if (maxCapacityKey) { in free()
131 maxCapacityKey->release(); in free()
312 setPSProperty(maxCapacityKey, n); in setMaxCapacity()
464 n = OSDynamicCast(OSNumber, properties->getObject(maxCapacityKey)); in maxCapacity()
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h198 const OSSymbol *maxCapacityKey; variable