Searched refs:newPowerSource (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMPowerSourceList.cpp50 IOReturn IOPMPowerSourceList::addToList(IOPMPowerSource *newPowerSource) argument
58 if ( nextPowerSource == newPowerSource )
67 newPowerSource->nextInList = firstItem;
68 firstItem = newPowerSource;
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSourceList.h48 IOReturn addToList(IOPMPowerSource *newPowerSource);

Completed in 18 milliseconds