HelenOS sources

__io_apic_entry    62 kernel/arch/amd64/src/smp/mps.c static struct __io_apic_entry *io_apic_entries = NULL;
__io_apic_entry   187 kernel/arch/amd64/src/smp/mps.c static void ct_io_apic_entry(struct __io_apic_entry *ioa)
__io_apic_entry   386 kernel/arch/amd64/src/smp/mps.c 			    io_apic_entries : (struct __io_apic_entry *) cur;
__io_apic_entry   388 kernel/arch/amd64/src/smp/mps.c 			ct_io_apic_entry((struct __io_apic_entry *) cur);
__io_apic_entry    62 kernel/arch/ia32/src/smp/mps.c static struct __io_apic_entry *io_apic_entries = NULL;
__io_apic_entry   187 kernel/arch/ia32/src/smp/mps.c static void ct_io_apic_entry(struct __io_apic_entry *ioa)
__io_apic_entry   386 kernel/arch/ia32/src/smp/mps.c 			    io_apic_entries : (struct __io_apic_entry *) cur;
__io_apic_entry   388 kernel/arch/ia32/src/smp/mps.c 			ct_io_apic_entry((struct __io_apic_entry *) cur);
HelenOS homepage, sources at GitHub