Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPMPowerSourceList.cpp91 IOPMPowerSourceList::nextInList(IOPMPowerSource *currentItem) in nextInList() argument
93 if (currentItem != NULL) { in nextInList()
94 return currentItem->nextInList; in nextInList()
H A DIOPMinformeeList.cpp198 IOPMinformeeList::nextInList( IOPMinformee * currentItem ) in nextInList() argument
200 if (currentItem != NULL) { in nextInList()
201 return currentItem->nextInList; in nextInList()
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSourceList.h52 LIBKERN_RETURNS_NOT_RETAINED IOPMPowerSource *nextInList(IOPMPowerSource *currentItem);
H A DIOPMinformeeList.h61 LIBKERN_RETURNS_NOT_RETAINED IOPMinformee * nextInList( IOPMinformee * currentItem );