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

/freebsd-10.1-release/sys/x86/x86/
H A Dintr_machdep.c75 static struct intsrc *interrupt_sources[NUM_IO_INTS]; variable in typeref:struct:intsrc
143 if (interrupt_sources[vector] != NULL)
152 if (interrupt_sources[vector] != NULL) {
158 interrupt_sources[vector] = isrc;
168 return (interrupt_sources[vector]);
439 isrc = interrupt_sources;
533 isrc = interrupt_sources[i];

Completed in 109 milliseconds