Searched refs:IOPMPowerStateQueue (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMPowerStateQueue.h39 class IOPMPowerStateQueue : public IOEventSource class in inherits:IOEventSource
41 OSDeclareDefaultStructors(IOPMPowerStateQueue);
72 static IOPMPowerStateQueue *PMPowerStateQueue(OSObject *owner);
H A DIOPMPowerStateQueue.cpp29 #include "IOPMPowerStateQueue.h"
33 OSDefineMetaClassAndStructors(IOPMPowerStateQueue, IOEventSource);
72 IOPMPowerStateQueue *IOPMPowerStateQueue::PMPowerStateQueue(OSObject *inOwner)
74 IOPMPowerStateQueue *me = new IOPMPowerStateQueue;
85 bool IOPMPowerStateQueue::init(OSObject *owner, Action action)
92 if (!(tmpLock = IOLockAlloc())) panic("IOPMPowerStateQueue::init can't alloc lock");
98 bool IOPMPowerStateQueue::unIdleOccurred(IOService *inTarget, unsigned long inState)
105 new_one->actionType = IOPMPowerStateQueue
[all...]
H A DIOPMrootDomain.cpp41 #include "IOPMPowerStateQueue.h"
419 pmPowerStateQueue = IOPMPowerStateQueue::PMPowerStateQueue(this);
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/
H A DMakefile.i38630 IOPMPowerStateQueue.cpo \
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h34 class IOPMPowerStateQueue;
284 IOPMPowerStateQueue *pmPowerStateQueue;

Completed in 41 milliseconds