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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOEventSource.cpp179 IOEventSource *IOEventSource::getNext() const { return eventChainNext; };
183 eventChainNext = inNext;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOEventSource.h82 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.
110 /*! @var eventChainNext
112 IOEventSource *eventChainNext; member in class:IOEventSource
187 @abstract Set'ter for $link eventChainNext variable.
194 @abstract Get'ter for $link eventChainNext variable.
195 @result value of eventChainNext.

Completed in 24 milliseconds