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

/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSourceList.h48 IOReturn addToList(IOPMPowerSource *newPowerSource);
H A DIOPMinformeeList.h55 // do not use addToList(); Use appendNewInformee() instead
56 IOReturn addToList ( IOPMinformee * newInformee );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMinformeeList.cpp87 if( IOPMNoErr == addToList (newInformee))
95 // addToList
99 IOReturn IOPMinformeeList::addToList ( IOPMinformee * newInformee ) function in class:IOPMinformeeList
H A DIOPMPowerSourceList.cpp46 // addToList
50 IOReturn IOPMPowerSourceList::addToList(IOPMPowerSource *newPowerSource) function in class:IOPMPowerSourceList

Completed in 67 milliseconds