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

/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h666 /* kIOPMAutoPowerOffDelayKey
671 #define kIOPMAutoPowerOffDelayKey "AutoPowerOff Delay" macro
/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMEnergyPrefs.c66 #define kIOPMAutoPowerOffDelayKey "poweroffdelay" macro
89 {kIOPMAutoPowerOffDelayKey, 0, 0}
1260 || CFEqual(pm_name, CFSTR(kIOPMAutoPowerOffDelayKey)))
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPrivateLib.c866 || IOPMFeatureIsAvailableWithSupportedTable(CFSTR(kIOPMAutoPowerOffDelayKey), providing_power, _supportedCached))
871 CFSTR(kIOPMAutoPowerOffDelayKey),
985 getAggressivenessValue(p, CFSTR(kIOPMAutoPowerOffDelayKey), kCFNumberSInt32Type, &agg->fAutoPowerOffDelay);
H A DPMConnection.c1594 if ( (GetPMSettingNumber(CFSTR(kIOPMAutoPowerOffDelayKey), &apo_delay) != kIOReturnSuccess) ) {
/macosx-10.9.5/PowerManagement-420.90.1/pmset/
H A Dpmset.c280 { kIOPMAutoPowerOffDelayKey, ARG_AUTOPOWEROFFDELAY }
5082 if(-1 == checkAndSetIntValue(argv[i+1], CFSTR(kIOPMAutoPowerOffDelayKey),
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp1382 key->isEqualTo(kIOPMAutoPowerOffDelayKey) ||
3847 powerOffEnabled = (getSleepOption(kIOPMAutoPowerOffDelayKey, &powerOffDelay)

Completed in 165 milliseconds