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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h254 virtual bool tellChangeDown ( unsigned long stateNum);
255 virtual bool askChangeDown ( unsigned long stateNum);
H A DIOPM.h595 unsigned long stateNum; member in struct:stateChangeNote
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp2238 bool IOPMrootDomain::tellChangeDown ( unsigned long stateNum )
2240 switch ( stateNum ) {
2250 return super::tellChangeDown(stateNum);
2306 void IOPMrootDomain::tellChangeUp ( unsigned long stateNum) argument
2308 if ( stateNum == ON_STATE )
H A DIOServicePM.cpp4357 bool IOService::askChangeDown ( unsigned long stateNum )
4371 bool IOService::tellChangeDown1 ( unsigned long stateNum )
4374 return tellChangeDown(stateNum);
4385 bool IOService::tellChangeDown2 ( unsigned long stateNum )
4388 return tellChangeDown(stateNum);
4403 bool IOService::tellChangeDown ( unsigned long stateNum )

Completed in 43 milliseconds