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

/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMEnergyPrefs.c193 CFMutableDictionaryRef *customSettings,
441 CFMutableDictionaryRef customSettings = NULL; local
446 readAllPMPlistSettings(kIOPMRemoveUnsupportedPreferences, &customSettings, NULL, &these_are_defaults);
490 customSettingsCount = CFDictionaryGetCount(customSettings);
493 CFDictionaryGetKeysAndValues(customSettings, (const void **)customSettingsKeys, (const void **)customSettingsDicts);
510 CFDictionarySetValue(customSettings, customSettingsKeys[csi], mutablePerPowerSourceCopy);
514 ret = IOPMSetPMPreferences(customSettings);
517 if (customSettings) {
518 CFRelease(customSettings);
2211 CFMutableDictionaryRef *customSettings,
[all...]

Completed in 73 milliseconds