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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSourceList.h52 IOPMPowerSource *nextInList(IOPMPowerSource *currentItem);
H A DIOPMinformeeList.h60 IOPMinformee * nextInList ( IOPMinformee * currentItem );
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMPowerSourceList.cpp89 IOPMPowerSource * IOPMPowerSourceList::nextInList(IOPMPowerSource *currentItem) argument
91 if ( currentItem != NULL ) {
92 return (currentItem->nextInList);
H A DIOPMinformeeList.cpp193 IOPMinformee * IOPMinformeeList::nextInList ( IOPMinformee * currentItem )
195 if ( currentItem != NULL ) {
196 return (currentItem->nextInList);

Completed in 84 milliseconds