Searched refs:nextPowerSource (Results 1 – 1 of 1) sorted by relevance
54 IOPMPowerSource * nextPowerSource; in addToList() local57 nextPowerSource = firstItem; in addToList()58 while (nextPowerSource != NULL) { in addToList()59 if (nextPowerSource == newPowerSource) { in addToList()63 nextPowerSource = nextInList(nextPowerSource); in addToList()