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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterruptEventSource.cpp93 intIndex = -1;
116 intIndex = inIntIndex;
141 if (provider && intIndex != -1)
142 provider->unregisterInterrupt(intIndex);
149 if (provider && intIndex != -1) {
150 provider->enableInterrupt(intIndex);
158 if (provider && intIndex != -1) {
159 provider->disableInterrupt(intIndex);
172 return intIndex;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOInterruptEventSource.h79 /*! @var intIndex */
80 int intIndex; member in class:IOInterruptEventSource
122 @param intIndex The index of the interrupt within the provider's interrupt sources. Defaults to 0, i.e. the first interrupt in the provider.
128 int intIndex = 0);
135 @param intIndex The index of the interrupt within the provider's interrupt sources. Defaults to 0, i.e. the first interrupt in the provider.
141 int intIndex = 0);
162 @abstract Get'ter for $link intIndex interrupt index variable.
163 @result value of intIndex. */
H A DIOFilterInterruptEventSource.h102 @param intIndex Defaults to 0.
109 int intIndex = 0);
117 @param intIndex Interrupt source within provider. Defaults to 0.
124 int intIndex = 0);

Completed in 13 milliseconds