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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCPU.cpp302 static const OSSymbol *gIOCPUStateKey; variable
420 gIOCPUStateKey = OSSymbol::withCStringNoCopy("IOCPUState");
477 if (aKey == gIOCPUStateKey) return gIOCPUStateNames[_cpuState];
486 if (aKey == gIOCPUStateKey) {
516 dict->setObject(gIOCPUStateKey, gIOCPUStateNames[_cpuState]);
530 stateStr = OSDynamicCast(OSString, dict->getObject(gIOCPUStateKey));
535 if (setProperty(gIOCPUStateKey, stateStr)) return kIOReturnSuccess;

Completed in 16 milliseconds