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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOServicePM.h41 class IOServicePM;
H A DIOService.h54 #include <IOKit/IOServicePM.h>
296 IOServicePM * pwrMgt;
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/
H A DMakefile.i38635 IOServicePM.cpo \
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePMPrivate.h35 /*! @class IOServicePM
38 class IOServicePM : public OSObject class in inherits:OSObject
42 OSDeclareDefaultStructors( IOServicePM )
302 Serialize IOServicePM state for debug output.
H A DIOServicePM.cpp375 pwrMgt = new IOServicePM;
3101 IOServicePM * pwrMgt = (IOServicePM *) arg0;
4532 IOServicePM * pwrMgt = theContext->us->pwrMgt;
4593 IOServicePM * pwrMgt = theContext->us->pwrMgt;
5944 OSDefineMetaClassAndStructors(IOServicePM, OSObject)
5949 // Serialize IOServicePM for debugging.
5963 bool IOServicePM::serialize( OSSerialize * s ) const

Completed in 33 milliseconds