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

/macosx-10.10.1/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMRepeatingPower.c100 CFMutableDictionaryRef return_dict = NULL; local
102 _copyPMServerObject(kIOPMPowerEventsMIGCopyRepeatEvents, 0, (CFTypeRef *)&return_dict);
103 return return_dict;
H A DIOPMEnergyPrefs.c2015 CFDictionaryRef return_dict = 0;
2057 return_dict = CFDictionaryCreateCopy(kCFAllocatorDefault, default_profiles_selection);
2066 return return_dict;
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DRepeatingAutoWake.c536 CFMutableDictionaryRef return_dict = NULL; local
538 return_dict = CFDictionaryCreateMutable(kCFAllocatorDefault, 2,
542 CFDictionaryAddValue(return_dict, CFSTR(kIOPMRepeatingPowerOnKey), repeatingPowerOn);
545 CFDictionaryAddValue(return_dict, CFSTR(kIOPMRepeatingPowerOffKey), repeatingPowerOff);
547 return return_dict;

Completed in 104 milliseconds