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

/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMEnergyPrefs.c444 CFStringRef *customSettingsKeys = NULL; local
491 customSettingsKeys = (CFStringRef *)malloc(customSettingsCount * sizeof(CFStringRef));
493 CFDictionaryGetKeysAndValues(customSettings, (const void **)customSettingsKeys, (const void **)customSettingsDicts);
510 CFDictionarySetValue(customSettings, customSettingsKeys[csi], mutablePerPowerSourceCopy);
520 if (customSettingsKeys) {
521 free(customSettingsKeys);

Completed in 91 milliseconds