Searched refs:nextInList (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMPowerSourceList.cpp63 nextPowerSource = nextInList(nextPowerSource);
67 newPowerSource->nextInList = firstItem;
85 // nextInList
89 IOPMPowerSource * IOPMPowerSourceList::nextInList(IOPMPowerSource *currentItem) function in class:IOPMPowerSourceList
92 return (currentItem->nextInList);
121 firstItem = item->nextInList;
126 while ( item->nextInList != NULL ) {
127 if ( item->nextInList == theItem ) {
128 temp = item->nextInList;
129 item->nextInList
[all...]
H A DIOPMinformeeList.cpp118 nextInformee = nextInList(nextInformee);
122 newInformee->nextInList = firstItem;
153 firstItem = item->nextInList;
159 while ( item->nextInList != NULL )
161 if ( item->nextInList->whatObject == theItem )
163 temp = item->nextInList;
164 item->nextInList = temp->nextInList;
169 item = item->nextInList;
189 // nextInList
193 IOPMinformee * IOPMinformeeList::nextInList ( IOPMinformee * currentItem ) function in class:IOPMinformeeList
[all...]
H A DIOPMPowerSource.cpp66 nextInList = NULL;
H A DIOServicePM.cpp2888 informee = list->nextInList( informee );
3893 nextObject = fInterestedDrivers->nextInList(nextObject);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSourceList.h52 IOPMPowerSource *nextInList(IOPMPowerSource *currentItem);
H A DIOPMinformee.h49 IOPMinformee * nextInList; // linkage pointer member in class:IOPMinformee
H A DIOPMinformeeList.h60 IOPMinformee * nextInList ( IOPMinformee * currentItem );
H A DIOPMPowerSource.h209 IOPMPowerSource *nextInList; member in class:IOPMPowerSource

Completed in 78 milliseconds