Searched refs:getAggressiveness (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DRootDomainUserClient.cpp255 ret = fOwner->getAggressiveness(
H A DIOPMrootDomain.cpp1338 // Update disk quick spindown flag used by getAggressiveness().
1382 // getAggressiveness
1388 IOReturn IOPMrootDomain::getAggressiveness ( function in class:IOPMrootDomain
1453 DLOG("getAggressiveness(%d) 0x%x = %u\n",
1460 DLOG("getAggressiveness type 0x%x not found\n", (uint32_t) type);
6323 getAggressiveness(kPMMinutesToSleep, &minutesToIdleSleep);
6324 getAggressiveness(kPMMinutesToDim, &minutesToDisplayDim);
H A DIOServicePM.cpp3205 // [public] getAggressiveness
3210 IOReturn IOService::getAggressiveness( unsigned long type, unsigned long * currentLevel ) function in class:IOService
3217 return rootDomain->getAggressiveness( type, currentLevel );
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h336 virtual IOReturn getAggressiveness( unsigned long type, unsigned long * currentLevel );
/macosx-10.10/IONetworkingFamily-101/
H A DIOEthernetInterface.cpp1104 ctr->getAggressiveness( kPMEthernetWakeOnLANSettings, &filters );
1439 getAggressiveness(kPMEthernetWakeOnLANSettings, &wakeSetting);
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h157 virtual IOReturn getAggressiveness( unsigned long, unsigned long * );
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IONetworkingFamily/
H A DIOFWInterface.cpp1058 ctr->getAggressiveness( kPMEthernetWakeOnLANSettings, &filters );
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1569 /*! @function getAggressiveness
1575 virtual IOReturn getAggressiveness(
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp6163 IOFramebuffer::getAggressiveness( unsigned long type, unsigned long * currentLevel ) function in class:IOFramebuffer
6175 ret = super::getAggressiveness(type, currentLevel);

Completed in 240 milliseconds