HelenOS sources

__io_intr_entry    63 kernel/arch/amd64/src/smp/mps.c static struct __io_intr_entry *io_intr_entries = NULL;
__io_intr_entry   203 kernel/arch/amd64/src/smp/mps.c static void ct_io_intr_entry(struct __io_intr_entry *iointr
__io_intr_entry   393 kernel/arch/amd64/src/smp/mps.c 			    io_intr_entries : (struct __io_intr_entry *) cur;
__io_intr_entry   395 kernel/arch/amd64/src/smp/mps.c 			ct_io_intr_entry((struct __io_intr_entry *) cur);
__io_intr_entry    63 kernel/arch/ia32/src/smp/mps.c static struct __io_intr_entry *io_intr_entries = NULL;
__io_intr_entry   203 kernel/arch/ia32/src/smp/mps.c static void ct_io_intr_entry(struct __io_intr_entry *iointr
__io_intr_entry   393 kernel/arch/ia32/src/smp/mps.c 			    io_intr_entries : (struct __io_intr_entry *) cur;
__io_intr_entry   395 kernel/arch/ia32/src/smp/mps.c 			ct_io_intr_entry((struct __io_intr_entry *) cur);
HelenOS homepage, sources at GitHub