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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DRootDomainUserClient.h70 IOReturn secureGetSystemSleepType( uint32_t *sleepType );
H A DIOPMrootDomain.cpp3591 getSleepTypeAttributes( uint32_t sleepType )
3605 if (sleepType >= kIOPMSleepTypeLast)
3608 return sleepTypeAttributes[sleepType];
3761 (kIOPMSleepTypeInvalid == params->sleepType) ||
3762 (params->sleepType >= kIOPMSleepTypeLast) ||
3769 if ((getSleepTypeAttributes(params->sleepType) &
3777 params->version, params->sleepType, params->sleepFlags,
3818 params->sleepType = kIOPMSleepTypeStandby;
3820 params->sleepType = kIOPMSleepTypeNormalSleep;
3892 ((getSleepTypeAttributes(gEarlySystemSleepParams.sleepType)
3901 uint32_t sleepType = gEarlySystemSleepParams.sleepType; local
[all...]
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DPMConnection.c1505 getPlatformSleepType( uint32_t *sleepType )
1527 *sleepType = (uint32_t)outs[0];
1536 uint32_t sleepType = kIOPMSleepTypeInvalid; local
1551 getPlatformSleepType( &sleepType );
1553 if ( (sleepType != kIOPMSleepTypePowerOff) || (nextAutoWake != 0) ) {
1556 asl_log(0,0,ASL_LEVEL_ERR, "Resetting APO timer. sleepType:%d nextAutoWake:%f\n",
1557 sleepType, nextAutoWake);
2712 uint32_t sleepType = kIOPMSleepTypeInvalid; local
2729 getPlatformSleepType( &sleepType );
2730 if ((scheduleEvent == kCFBooleanFalse) && (sleepType
[all...]
H A DPrivateLib.c547 int sleepType = kIOPMSleepTypeInvalid; local
549 CFNumberGetValue(sleepTypeNum, kCFNumberIntType, &sleepType);
553 switch (sleepType)
1608 int sleepType
1630 if (sleepType == kIsS0Sleep) {
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h759 uint32_t sleepType; member in struct:IOPMSystemSleepParameters
H A DRootDomain.h487 IOReturn getSystemSleepType( uint32_t * sleepType );

Completed in 261 milliseconds