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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DIOPMPagingPlexus.h58 virtual IOReturn setAggressiveness ( unsigned long, unsigned long );
H A DRootDomain.h112 virtual IOReturn setAggressiveness ( unsigned long, unsigned long );
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DRootDomainUserClient.cpp161 *return_code = fOwner->setAggressiveness(type, newLevel);
H A DIOPMrootDomain.cpp718 super::setAggressiveness(type,value);
841 // setAggressiveness
849 IOReturn IOPMrootDomain::setAggressiveness ( unsigned long type, unsigned long newLevel ) function in class:IOPMrootDomain
2371 super::setAggressiveness((unsigned long)kPMMinutesToSpinDown,(unsigned long)1);
2381 super::setAggressiveness((unsigned long)kPMMinutesToSpinDown,(unsigned long)user_spindown);
H A DIOServicePM.cpp907 child->setAggressiveness(i, fAggressivenessValue[i]);
2548 // [public virtual] setAggressiveness
2554 IOReturn IOService::setAggressiveness ( unsigned long type, unsigned long newLevel ) function in class:IOService
2590 child->setAggressiveness(type, newLevel);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOService.h1238 Before this call returns, the caller will probably be called at @link setPowerParent setPowerParent@/link and @link setAggressiveness setAggressiveness@/link and possibly at @link addPowerChild addPowerChild@/link as it is added to the hierarchy.
1401 /*! @function setAggressiveness
1404 @discussion Implement <code>setAggressiveness</code> to receive a notification when an "aggressiveness Aggressiveness factors are a loose set of power management variables that contain values for system sleep timeout, display sleep timeout, whether the system is on battery or AC, and other power management features. There are several aggressiveness factors that can be broadcast and a driver may take action on whichever factors apply to it.
1417 virtual IOReturn setAggressiveness (

Completed in 43 milliseconds