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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMinformeeList.cpp101 IOPMinformee * nextInformee; local
108 nextInformee = firstItem;
111 while ( nextInformee != NULL )
113 if ( nextInformee->whatObject == newInformee->whatObject )
118 nextInformee = nextInList(nextInformee);

Completed in 16 milliseconds