enableAllInterrupts
Calls enable() in all interrupt event sources.
Declaration
virtual void enableAllInterrupts() const;Overview
For all event sources (ES) for which OSDynamicCast(IOInterruptEventSource, ES) is valid, in eventChain call enable() function. See IOEventSource::enable().