Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIOPMrootDomain.cpp1487 static OSSharedPtr<const OSSymbol> gIOPMSettingDebugWakeRelativeKey; variable
1517 gIOPMSettingDebugWakeRelativeKey = OSSymbol::withCString(kIOPMSettingDebugWakeRelativeKey); in start()
1543 gIOPMSettingDebugWakeRelativeKey, in start()
1830 dict->getObject(gIOPMSettingDebugWakeRelativeKey.get()) || in setProperties()
4149 dict->setObject(gIOPMSettingDebugWakeRelativeKey.get(), secs.get()); in willNotifyPowerChildren()
4347 if (type == gIOPMSettingDebugWakeRelativeKey) { in recordRTCAlarm()
4376 ((_nextScheduledAlarmType != gIOPMSettingDebugWakeRelativeKey) && in recordRTCAlarm()
7995 } else if (arg0 == gIOPMSettingDebugWakeRelativeKey) { in dispatchPowerEvent()