Searched refs:currentItem (Results 1 – 4 of 4) sorted by relevance
91 IOPMPowerSourceList::nextInList(IOPMPowerSource *currentItem) in nextInList() argument93 if (currentItem != NULL) { in nextInList()94 return currentItem->nextInList; in nextInList()
198 IOPMinformeeList::nextInList( IOPMinformee * currentItem ) in nextInList() argument200 if (currentItem != NULL) { in nextInList()201 return currentItem->nextInList; in nextInList()
52 LIBKERN_RETURNS_NOT_RETAINED IOPMPowerSource *nextInList(IOPMPowerSource *currentItem);
61 LIBKERN_RETURNS_NOT_RETAINED IOPMinformee * nextInList( IOPMinformee * currentItem );