Searched refs:IOPMinformeeList (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPMinformeeList.cpp29 #include <IOKit/pwr_mgt/IOPMinformeeList.h>
33 OSDefineMetaClassAndStructors(IOPMinformeeList,OSObject)
39 void IOPMinformeeList::initialize ( void )
49 IORecursiveLock *IOPMinformeeList::getSharedRecursiveLock( void )
60 * The IOPMinformeeList class will be around for the lifetime of the system,
75 IOPMinformee *IOPMinformeeList::appendNewInformee ( IOService * newObject )
99 IOReturn IOPMinformeeList::addToList ( IOPMinformee * newInformee )
138 IOReturn IOPMinformeeList::removeFromList ( IOService * theItem )
183 IOPMinformee * IOPMinformeeList::firstInList ( void )
193 IOPMinformee * IOPMinformeeList
[all...]
H A DIOStartIOKit.cpp42 #include <IOKit/pwr_mgt/IOPMinformeeList.h>
108 // Initializes IOPMinformeeList class-wide shared lock
109 IOPMinformeeList::getSharedRecursiveLock();
H A DIOServicePMPrivate.h174 IOPMinformeeList * InterestedDrivers;
H A DIOServicePM.cpp43 #include <IOKit/pwr_mgt/IOPMinformeeList.h>
381 fInterestedDrivers = new IOPMinformeeList;
717 IOPMinformeeList * list = fInterestedDrivers;
1311 IOPMinformeeList * list;
1361 IOPMinformeeList * list = fInterestedDrivers;
3396 IOPMinformeeList * list = fInterestedDrivers;
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMinformeeList.h35 class IOPMinformeeList : public OSObject class in inherits:OSObject
37 OSDeclareDefaultStructors(IOPMinformeeList)
H A DIOPMinformee.h37 friend class IOPMinformeeList;
H A DMakefile16 IOPMinformeeList.h \
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOServicePM.h44 class IOPMinformeeList;

Completed in 109 milliseconds