Searched refs:stateNum (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPM.h826 unsigned long stateNum; member in struct:stateChangeNote
/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp2360 bool IOPMrootDomain::tellChangeDown( unsigned long stateNum )
2363 (uint32_t) getPowerState(), (uint32_t) stateNum);
2365 if (SLEEP_STATE == stateNum)
2374 if ((SLEEP_STATE == stateNum) && !ignoreTellChangeDown)
2401 bool IOPMrootDomain::askChangeDown( unsigned long stateNum )
2404 (uint32_t) getPowerState(), (uint32_t) stateNum);
2504 void IOPMrootDomain::tellNoChangeDown( unsigned long stateNum )
2507 (uint32_t) getPowerState(), (uint32_t) stateNum);
2525 void IOPMrootDomain::tellChangeUp( unsigned long stateNum )
2529 (uint32_t) getPowerState(), (uint32_t) stateNum);
[all...]
H A DIOServicePM.cpp5430 bool IOService::askChangeDown( unsigned long stateNum )
5444 bool IOService::tellChangeDown1( unsigned long stateNum )
5447 return tellChangeDown(stateNum);
5458 bool IOService::tellChangeDown2( unsigned long stateNum )
5461 return tellChangeDown(stateNum);
5476 bool IOService::tellChangeDown( unsigned long stateNum )

Completed in 53 milliseconds