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

/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h657 /* kIOPMAutoPowerOffEnabledKey
664 #define kIOPMAutoPowerOffEnabledKey "AutoPowerOff Enabled" macro
/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMEnergyPrefs.c64 #ifndef kIOPMAutoPowerOffEnabledKey
65 #define kIOPMAutoPowerOffEnabledKey "poweroffenabled" macro
88 {kIOPMAutoPowerOffEnabledKey, 0, 0},
1259 if (CFEqual(pm_name, CFSTR(kIOPMAutoPowerOffEnabledKey))
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPrivateLib.c856 || IOPMFeatureIsAvailableWithSupportedTable(CFSTR(kIOPMAutoPowerOffEnabledKey), providing_power, _supportedCached))
859 CFSTR(kIOPMAutoPowerOffEnabledKey),
984 getAggressivenessValue(p, CFSTR(kIOPMAutoPowerOffEnabledKey), kCFNumberSInt32Type, &agg->fAutoPowerOffEnable);
3218 apo_available = IOPMFeatureIsAvailable(CFSTR(kIOPMAutoPowerOffEnabledKey), NULL);
3220 (apo_enabled_cf = CFDictionaryGetValue(dict, CFSTR(kIOPMAutoPowerOffEnabledKey ))) &&
H A DPMConnection.c1586 if ( (GetPMSettingNumber(CFSTR(kIOPMAutoPowerOffEnabledKey), &apo_enable) != kIOReturnSuccess) ||
/macosx-10.9.5/PowerManagement-420.90.1/pmset/
H A Dpmset.c279 { kIOPMAutoPowerOffEnabledKey, ARG_AUTOPOWEROFF },
5074 if(-1 == checkAndSetIntValue(argv[i+1], CFSTR(kIOPMAutoPowerOffEnabledKey),
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp1375 key->isEqualTo(kIOPMAutoPowerOffEnabledKey) ||
3848 && (getProperty(kIOPMAutoPowerOffEnabledKey) == kOSBooleanTrue));

Completed in 324 milliseconds