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

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

Completed in 79 milliseconds