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

/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPMAssertions.h232 CFDictionaryRef which_profile,
H A DPMAssertions.c670 CFDictionaryRef which_profile,
697 if (!which_profile) {
716 if (!SCPreferencesSetValue(energyPrefs, CFSTR("ActivePowerProfiles"), which_profile)) {
668 _IOPMSetActivePowerProfilesRequiresRoot( CFDictionaryRef which_profile, int uid, int gid ) argument
/macosx-10.9.5/eap8021x-180/EAPOLMonitor.bproj/
H A Deapol_monitor.c595 int which_profile = -1; local
605 which_profile = (response_flags
607 if (which_profile == 0) {
612 CFArrayGetValueAtIndex(mon->profiles, which_profile - 1);
/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMLibPrivate.h1019 @param which_profile A CFDictionary specifying which profile to use for each power source.
1025 IOReturn IOPMSetActivePowerProfiles(CFDictionaryRef which_profile);
H A DIOPMEnergyPrefs.c846 IOReturn IOPMSetActivePowerProfiles(CFDictionaryRef which_profile) argument
855 if(!_isActiveProfileDictValid(which_profile)) {
869 profiles_data = IOCFSerialize(which_profile, 0);

Completed in 113 milliseconds