Lines Matching refs:nextInList
124 newInformee->nextInList = firstItem; in addToList()
158 firstItem = item->nextInList; in removeFromList()
164 while (item->nextInList != NULL) { in removeFromList()
165 if (item->nextInList->whatObject == theItem) { in removeFromList()
166 temp = item->nextInList; in removeFromList()
167 item->nextInList = temp->nextInList; in removeFromList()
172 item = item->nextInList; in removeFromList()
198 IOPMinformeeList::nextInList( IOPMinformee * currentItem ) in nextInList() function in IOPMinformeeList
201 return currentItem->nextInList; in nextInList()
234 nextObject = nextInList(nextObject); in findItem()
253 firstItem = next->nextInList; in free()