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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterruptEventSource.cpp92 autoDisable = explicitDisable = false;
104 autoDisable = (intType == kIOInterruptTypeLevel);
105 if (autoDisable) {
177 return autoDisable;
196 if (autoDisable && !explicitDisable)
208 if (autoDisable && !explicitDisable)
250 if (autoDisable && prov)
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOInterruptEventSource.h90 /*! @var autoDisable Do we need to automatically disable the interrupt source when we take an interrupt, i.e. we are level triggered. */
91 bool autoDisable; member in class:IOInterruptEventSource
167 @abstract Get'ter for $link autoDisable variable.
168 @result value of autoDisable. */

Completed in 52 milliseconds