Home
last modified time | relevance | path

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

/xnu-10002.1.13/iokit/Kernel/
H A DIOPMrootDomain.cpp1505 static OSSharedPtr<const OSSymbol> gIOPMSettingDebugWakeRelativeKey; variable
1535 gIOPMSettingDebugWakeRelativeKey = OSSymbol::withCString(kIOPMSettingDebugWakeRelativeKey); in start()
1561 gIOPMSettingDebugWakeRelativeKey, in start()
1857 dict->getObject(gIOPMSettingDebugWakeRelativeKey.get()) || in setProperties()
4220 dict->setObject(gIOPMSettingDebugWakeRelativeKey.get(), secs.get()); in willNotifyPowerChildren()
4418 if (type == gIOPMSettingDebugWakeRelativeKey) { in recordRTCAlarm()
4447 ((_nextScheduledAlarmType != gIOPMSettingDebugWakeRelativeKey) && in recordRTCAlarm()
8124 } else if (arg0 == gIOPMSettingDebugWakeRelativeKey) { in dispatchPowerEvent()