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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOEventSource.cpp86 IOEventSource *IOEventSource::getNext() const { return eventChainNext; };
90 eventChainNext = inNext;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOEventSource.h79 Although the eventChainNext variable contains a reference to the next event source in the chain this reference is not retained. The list 'owner' i.e. the client that creates the event, not the work-loop, is expected to retain the source.
104 /*! @var eventChainNext
106 IOEventSource *eventChainNext; member in class:IOEventSource
170 @abstract Set'ter for $link eventChainNext variable.
177 @abstract Get'ter for $link eventChainNext variable.
178 @result value of eventChainNext.

Completed in 17 milliseconds