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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp342 static const OSSymbol * gIOPMSettingAutoWakeSecondsKey; variable
349 gIOPMSettingAutoWakeSecondsKey = OSSymbol::withCString(kIOPMSettingAutoWakeSecondsKey);
354 gIOPMSettingAutoWakeSecondsKey,
642 if ((gIOPMSettingAutoWakeSecondsKey == type) && ((n = OSDynamicCast(OSNumber, obj))))

Completed in 61 milliseconds