Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPMPowerSource.cpp89 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()
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h204 const OSSymbol *locationKey; variable