Searched refs:maxCapacityKey (Results 1 – 2 of 2) sorted by relevance
83 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()
198 const OSSymbol *maxCapacityKey; variable