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

/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DIOPM.h827 unsigned long stateNum; member in struct:stateChangeNote
/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp2556 bool IOPMrootDomain::tellChangeDown( unsigned long stateNum )
2559 (uint32_t) getPowerState(), (uint32_t) stateNum);
2561 if (SLEEP_STATE == stateNum)
2570 if ((SLEEP_STATE == stateNum) && !ignoreTellChangeDown)
2597 bool IOPMrootDomain::askChangeDown( unsigned long stateNum )
2600 (uint32_t) getPowerState(), (uint32_t) stateNum);
2700 void IOPMrootDomain::tellNoChangeDown( unsigned long stateNum )
2703 (uint32_t) getPowerState(), (uint32_t) stateNum);
2721 void IOPMrootDomain::tellChangeUp( unsigned long stateNum )
2725 (uint32_t) getPowerState(), (uint32_t) stateNum);
[all...]
H A DIOServicePM.cpp5506 bool IOService::askChangeDown( unsigned long stateNum )
5520 bool IOService::tellChangeDown1( unsigned long stateNum )
5523 return tellChangeDown(stateNum);
5534 bool IOService::tellChangeDown2( unsigned long stateNum )
5537 return tellChangeDown(stateNum);
5552 bool IOService::tellChangeDown( unsigned long stateNum )

Completed in 104 milliseconds