Searched refs:locationKey (Results 1 – 2 of 2) sorted by relevance
89 locationKey = OSSymbol::withCString(kIOPMPSLocationKey); in init()160 if (locationKey) { in free()161 locationKey->release(); in free()360 setPSProperty(locationKey, n); in setLocation()548 n = OSDynamicCast(OSNumber, properties->getObject(locationKey)); in location()
204 const OSSymbol *locationKey; variable