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

/darwin-on-arm/xnu/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 540 milliseconds