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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMPowerSourceList.cpp52 IOPMPowerSource * nextPowerSource; local
55 nextPowerSource = firstItem;
56 while ( nextPowerSource != NULL )
58 if ( nextPowerSource == newPowerSource )
63 nextPowerSource = nextInList(nextPowerSource);

Completed in 20 milliseconds