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

/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DRepeatingAutoWake.c62 static CFDictionaryRef repeatingPowerOn = 0; variable
221 if (repeatingPowerOn) CFRelease(repeatingPowerOn);
229 repeatingPowerOn = CFDictionaryCreateMutableCopy(0,0,tmp);
275 repeatDict = repeatingPowerOn;
336 if (repeatingPowerOn) {
337 if(!SCPreferencesSetValue(prefs, CFSTR(kIOPMRepeatingPowerOnKey), repeatingPowerOn))
422 prevOnType = getRepeatingDictionaryType(repeatingPowerOn); CFRetain(prevOnType);
430 if (repeatingPowerOn && isA_CFDictionary(repeatingPowerOn))
[all...]

Completed in 73 milliseconds