Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPMPowerSourceList.cpp54 IOPMPowerSource * nextPowerSource; in addToList() local
57 nextPowerSource = firstItem; in addToList()
58 while (nextPowerSource != NULL) { in addToList()
59 if (nextPowerSource == newPowerSource) { in addToList()
63 nextPowerSource = nextInList(nextPowerSource); in addToList()