Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOCPU.cpp63 static OSSharedPtr<const OSSymbol> gIOCPUStateKey; variable
76 gIOCPUStateKey = OSSymbol::withCStringNoCopy("IOCPUState"); in IOCPUInitialize()
449 if (aKey == gIOCPUStateKey) { in getProperty()
461 if (aKey == gIOCPUStateKey) { in setProperty()
476 dict->setObject(gIOCPUStateKey.get(), gIOCPUStateNames[_cpuState].get()); in serializeProperties()
492 stateStr = OSDynamicCast(OSString, dict->getObject(gIOCPUStateKey.get())); in setProperties()
499 if (setProperty(gIOCPUStateKey.get(), stateStr)) { in setProperties()