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

/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMEnergyPrefs.c333 CFDictionaryRef active_profiles = NULL; local
355 &active_profiles, NULL );
361 if(!active_profiles || !system_profiles || !custom_settings) goto exit;
367 ps_count = CFDictionaryGetCount(active_profiles);
375 active_profiles,
416 if(active_profiles) CFRelease(active_profiles);
/macosx-10.9.5/PowerManagement-420.90.1/pmset/
H A Dpmset.c476 CFDictionaryRef *active_profiles,
579 CFDictionaryRef active_profiles = 0; local
588 &active_profiles,
798 if(active_profiles)
800 ret = IOPMSetActivePowerProfiles(active_profiles);
806 CFRelease(active_profiles);
4307 * active_profiles: Changes the active profile
4323 CFDictionaryRef *active_profiles,
5149 *active_profiles = local_profiles;
4318 parseArgs(int argc, char* argv[], CFDictionaryRef *settings, int *modified_power_sources, bool *force_activate_settings, CFDictionaryRef *active_profiles, CFDictionaryRef *system_power_settings, CFDictionaryRef *ups_thresholds, ScheduledEventReturnType **scheduled_event, bool *cancel_scheduled_event, CFDictionaryRef *repeating_event, bool *cancel_repeating_event, uint32_t *pmCmd) argument

Completed in 97 milliseconds